[OpenWrt-Devel] [PATCH 1/2] ustream-ssl: mbedtls: fix net_sockets.h include warning

Daniel Danzberger daniel at dd-wrt.com
Sun Dec 8 11:14:18 EST 2019


Signed-off-by: Daniel Danzberger <daniel at dd-wrt.com>
---
 ustream-mbedtls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ustream-mbedtls.h b/ustream-mbedtls.h
index 70bd4ea..0e5988a 100644
--- a/ustream-mbedtls.h
+++ b/ustream-mbedtls.h
@@ -19,7 +19,7 @@
 #ifndef __USTREAM_POLARSSL_H
 #define __USTREAM_POLARSSL_H
 
-#include <mbedtls/net.h>
+#include <mbedtls/net_sockets.h>
 #include <mbedtls/ssl.h>
 #include <mbedtls/certs.h>
 #include <mbedtls/x509.h>
-- 
2.24.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list