diff --git a/IDE/MSVS-2019-AZSPHERE/user_settings.h b/IDE/MSVS-2019-AZSPHERE/user_settings.h index d4bd88bd30e..105757ef029 100644 --- a/IDE/MSVS-2019-AZSPHERE/user_settings.h +++ b/IDE/MSVS-2019-AZSPHERE/user_settings.h @@ -60,6 +60,7 @@ #define HAVE_ECC #define HAVE_SUPPORTED_CURVES #define HAVE_TLS_EXTENSIONS +#define HAVE_SERVER_RENEGOTIATION_INFO #define HAVE_ONE_TIME_AUTH #define HAVE_TRUNCATED_HMAC #define HAVE_EXTENDED_MASTER diff --git a/wolfcrypt/src/wc_port.c b/wolfcrypt/src/wc_port.c index b58227a7481..a49429965e7 100644 --- a/wolfcrypt/src/wc_port.c +++ b/wolfcrypt/src/wc_port.c @@ -5747,7 +5747,6 @@ char* wolfSSL_strnstr(const char* s1, const char* s2, size_t n) #include #include #include -#include #include #ifndef O_CLOEXEC @@ -5813,6 +5812,8 @@ int wc_open_cloexec_mode(const char* path, int flags, int mode) } #if !defined(NO_FILESYSTEM) && defined(XFDOPEN) +#include + /* Truncate or create path for writing, owner read/write only. */ XFILE wc_fopen_owner_only(const char* path) {