You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
268 B

--- a/src/ssl.h
+++ b/src/ssl.h
@@ -90,7 +90,7 @@ typedef ssl_context SSL_handle_t;
#elif defined(USE_MBEDTLS)
#include <mbedtls/ssl.h>
-#include <mbedtls/net.h>
+#include <mbedtls/net_sockets.h>
#include <mbedtls/version.h>
#if defined(MBEDTLS_VERSION_MAJOR)