]> granicus.if.org Git - curl/commitdiff
mbedtls: stop using deprecated include file
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Oct 2016 21:38:04 +0000 (23:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Oct 2016 21:38:04 +0000 (23:38 +0200)
Reported-by: wyattoday
Fixes #1087

lib/vtls/mbedtls.c

index 86564b5d15bb8e9d4f5847fa13d171793b9c6f7f..bd3e1ceac585e078b9ab4997653143112a6ee129 100644 (file)
@@ -31,7 +31,7 @@
 
 #ifdef USE_MBEDTLS
 
-#include <mbedtls/net.h>
+#include <mbedtls/net_sockets.h>
 #include <mbedtls/ssl.h>
 #include <mbedtls/certs.h>
 #include <mbedtls/x509.h>