diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-05 15:45:31 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-05 15:45:31 +0000 |
commit | 52df3181c1277a78f8208e1bd942716514f852f5 (patch) | |
tree | ea1c800a554f5c7e12f45d018cac6314715941fc /package/libs/cyassl/patches/400-additional_compatibility.patch | |
parent | e27c8bb15651f8b5dfd5732306e26e6fa8cb0c0a (diff) | |
download | upstream-52df3181c1277a78f8208e1bd942716514f852f5.tar.gz upstream-52df3181c1277a78f8208e1bd942716514f852f5.tar.bz2 upstream-52df3181c1277a78f8208e1bd942716514f852f5.zip |
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 <hauke@hauke-m.de>
SVN-Revision: 47791
Diffstat (limited to 'package/libs/cyassl/patches/400-additional_compatibility.patch')
-rw-r--r-- | package/libs/cyassl/patches/400-additional_compatibility.patch | 14 |
1 files changed, 5 insertions, 9 deletions
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 <cyassl/ssl.h> + #include <cyassl/ssl.h> +#ifndef HAVE_SNI +#undef CYASSL_SNI_HOST_NAME +#endif #include <wolfssl/openssl/ssl.h> -+ -+#endif + + #endif |