We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08ec364 + 0d14ec3 commit f44178cCopy full SHA for f44178c
2 files changed
CMakeLists.txt
@@ -435,6 +435,7 @@ if(WOLFSSL_CURL)
435
set(WOLFSSL_MD4 "yes")
436
set(WOLFSSL_DES3 "yes")
437
set(WOLFSSL_ALPN "yes")
438
+ set(WOLFSSL_EX_DATA "yes")
439
set(WOLFSSL_WOLFSSH "yes")
440
set(WOLFSSL_OPENSSLEXTRA "yes")
441
set(WOLFSSL_CRL "yes")
configure.ac
@@ -8090,6 +8090,13 @@ then
8090
if test "x$ENABLED_ALPN" = "xno"
8091
then
8092
ENABLED_ALPN="yes"
8093
+ AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
8094
+ fi
8095
+
8096
+ if test "x$ENABLED_EX_DATA" = "xno"
8097
+ then
8098
+ ENABLED_EX_DATA="yes"
8099
+ AM_CFLAGS="$AM_CFLAGS -DHAVE_EX_DATA"
8100
fi
8101
8102
if test "x$ENABLED_WOLFSSH" = "xno"
0 commit comments