aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/patches/400-additional_compatibility.patch
blob: 4d75d989066388a5bc7450b37c7a3d606e461bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/cyassl/openssl/ssl.h
+++ b/cyassl/openssl/ssl.h
@@ -27,6 +27,9 @@
 #define CYASSL_OPENSSL_H_
 
 #include <cyassl/ssl.h>
+#ifndef HAVE_SNI
+#undef CYASSL_SNI_HOST_NAME
+#endif
 #include <wolfssl/openssl/ssl.h>
 
 #endif