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

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