de27a1adae
wolfssl has a fine grained feature and compatibility control for compiling stunnel, lighthttp or (partly) openssl dropin ustream-ssl uses features that require normally HAVE_SNI, HAVE_STUNNEL and the openssl compatibility headers ar71xx ipkg sizes of wolfssl 3.9.0: - with stunnel: 144022 - this patch (w.o. stunnel): 131712 - without openssl(extra): 111104 - w.o openssl/sni:108515 - w.o openssl/sni/ecc: 93954 so patch 300 saves around 12k compressed ipkg size v2: keep & rename patch 300 for clarity, fixes ustream-ssl/cyassl that broke with v1 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
12 lines
225 B
Diff
12 lines
225 B
Diff
--- 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
|