aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch')
-rw-r--r--package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch b/package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch
new file mode 100644
index 0000000000..d81e416180
--- /dev/null
+++ b/package/libs/cyassl/patches/300-SSL_set_tlsext_host_name.patch
@@ -0,0 +1,10 @@
+--- a/cyassl/openssl/ssl.h
++++ b/cyassl/openssl/ssl.h
+@@ -372,6 +373,7 @@
+ #define SSL_CTX_get_ex_new_index CyaSSL_CTX_get_ex_new_index
+
+
++#define SSL_set_tlsext_host_name(x, y) CyaSSL_UseSNI(x, CYASSL_SNI_HOST_NAME, y, strlen(y))
+
+ #ifdef __cplusplus
+ } /* extern "C" */