mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Merge pull request #7307 from bandi13/fixNightlyCrossworks
Fix nightly crossworks
This commit is contained in:
@ -41,6 +41,7 @@
|
|||||||
#include <wolfssl/error-ssl.h>
|
#include <wolfssl/error-ssl.h>
|
||||||
#include <wolfssl/wolfio.h>
|
#include <wolfssl/wolfio.h>
|
||||||
|
|
||||||
|
#if defined(USE_WOLFSSL_IO) || defined(HAVE_HTTP_CLIENT)
|
||||||
#ifndef USE_WINDOWS_API
|
#ifndef USE_WINDOWS_API
|
||||||
#if defined(WOLFSSL_LWIP) && !defined(WOLFSSL_APACHE_MYNEWT)
|
#if defined(WOLFSSL_LWIP) && !defined(WOLFSSL_APACHE_MYNEWT)
|
||||||
#elif defined(ARDUINO)
|
#elif defined(ARDUINO)
|
||||||
@ -87,6 +88,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* USE_WINDOWS_API */
|
#endif /* USE_WINDOWS_API */
|
||||||
|
#endif /* defined(USE_WOLFSSL_IO) || defined(HAVE_HTTP_CLIENT) */
|
||||||
|
|
||||||
|
|
||||||
#if defined(HAVE_HTTP_CLIENT)
|
#if defined(HAVE_HTTP_CLIENT)
|
||||||
|
Reference in New Issue
Block a user