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.
13 lines
225 B
13 lines
225 B
10 years ago
|
--- a/cyassl/openssl/ssl.h
|
||
|
+++ b/cyassl/openssl/ssl.h
|
||
9 years ago
|
@@ -28,6 +28,9 @@
|
||
9 years ago
|
#define CYASSL_OPENSSL_H_
|
||
10 years ago
|
|
||
9 years ago
|
#include <cyassl/ssl.h>
|
||
10 years ago
|
+#ifndef HAVE_SNI
|
||
|
+#undef CYASSL_SNI_HOST_NAME
|
||
|
+#endif
|
||
|
#include <wolfssl/openssl/ssl.h>
|
||
9 years ago
|
|
||
|
#endif
|