From 52df3181c1277a78f8208e1bd942716514f852f5 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 5 Dec 2015 15:45:31 +0000 Subject: 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 The activation of SSLv3 support is needed for curl. Signed-off-by: Hauke Mehrtens SVN-Revision: 47791 --- .../libs/cyassl/patches/400-additional_compatibility.patch | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'package/libs/cyassl/patches/400-additional_compatibility.patch') diff --git a/package/libs/cyassl/patches/400-additional_compatibility.patch b/package/libs/cyassl/patches/400-additional_compatibility.patch index 07956f1209..4d75d98906 100644 --- a/package/libs/cyassl/patches/400-additional_compatibility.patch +++ b/package/libs/cyassl/patches/400-additional_compatibility.patch @@ -1,16 +1,12 @@ --- a/cyassl/openssl/ssl.h +++ b/cyassl/openssl/ssl.h -@@ -24,4 +24,13 @@ - * - */ +@@ -27,6 +27,9 @@ + #define CYASSL_OPENSSL_H_ -+#ifndef CYASSL_OPENSSL_H_ -+#define CYASSL_OPENSSL_H_ -+ -+#include + #include +#ifndef HAVE_SNI +#undef CYASSL_SNI_HOST_NAME +#endif #include -+ -+#endif + + #endif -- cgit v1.2.3