Files
openwrt_archive/package/libs/cyassl/patches/400-additional_compatibility.patch
Hauke Mehrtens 06ad2dd71c CC: cyassl: update to wolfssl version 3.8.0 to fix security problems
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
2016-03-01 22:50:29 +00:00

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