diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-08-24 08:56:40 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-17 00:00:12 +0200 |
commit | d03c23c8d4d022288106979e7ce2839c9ec9c7fb (patch) | |
tree | 441c62aa13905360cfed9e1e8a6a0e39ae0918e7 /package/libs/wolfssl/patches | |
parent | 560b7334ec6337d1d73225727f998a9b706c9ff6 (diff) | |
download | upstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.tar.gz upstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.tar.bz2 upstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.zip |
cyassl,curl,libustream-ssl: rename every `cyassl` to `wolfssl`
This is to eliminate any ambiguity about the cyassl/wolfssl lib.
The rename happened some time ago (~3+ years).
As time goes by, people will start to forget cyassl and
start to get confused about the wolfSSL vs cyassl thing.
It's a good idea to keep up with the times (moving forward).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/patches')
-rw-r--r-- | package/libs/wolfssl/patches/400-additional_compatibility.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libs/wolfssl/patches/400-additional_compatibility.patch b/package/libs/wolfssl/patches/400-additional_compatibility.patch new file mode 100644 index 0000000000..1464e9d2a8 --- /dev/null +++ b/package/libs/wolfssl/patches/400-additional_compatibility.patch @@ -0,0 +1,12 @@ +--- a/cyassl/openssl/ssl.h ++++ b/cyassl/openssl/ssl.h +@@ -28,6 +28,9 @@ + #define CYASSL_OPENSSL_H_ + + #include <cyassl/ssl.h> ++#ifndef HAVE_SNI ++#undef CYASSL_SNI_HOST_NAME ++#endif + #include <wolfssl/openssl/ssl.h> + + #endif |