Backport of: r46167: cyassl: version bump to 3.4.6 r46168: cyassl: update to wolfssl 3.6.0 r46551: cyassl: the upstream package in version 4.6.0 changed r47791: cyassl: update to wolfSSL version 3.7.0 This version and version 3.6.8 are fixing the following security problems: * CVE-2015-7744 * CVE-2015-6925 r48616: cyassl: update to wolfssl version 3.8.0 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48873
13 lines
225 B
Diff
13 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
|