9177e16098
This patch introduces a new build error into coova-chilli, but coova-chilli already fails to build even without it anyway. CyaSSL is now called wolfSSL, and all the API's have been renamed, and backward-compatibility headers added. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46167
10 lines
263 B
Diff
10 lines
263 B
Diff
--- a/wolfssl/openssl/ssl.h
|
|
+++ b/wolfssl/openssl/ssl.h
|
|
@@ -398,6 +398,7 @@
|
|
#define SSL_get_default_timeout(ctx) 500
|
|
|
|
|
|
+#define SSL_set_tlsext_host_name(x, y) wolfSSL_UseSNI(x, WOLFSSL_SNI_HOST_NAME, y, strlen(y))
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|