52df3181c1
This version and version 3.6.8 are fixing the following security problems: * CVE-2015-7744 * CVE-2015-6925 The activation of SSLv3 support is needed for curl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47791
12 lines
225 B
Diff
12 lines
225 B
Diff
--- 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
|