Skip to content

Commit 0d14ec3

Browse files
committed
Fix curl Cmake config to set HAVE_EX_DATA and HAVE_ALPN
1 parent de00bf2 commit 0d14ec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ if(WOLFSSL_CURL)
435435
set(WOLFSSL_MD4 "yes")
436436
set(WOLFSSL_DES3 "yes")
437437
set(WOLFSSL_ALPN "yes")
438+
set(WOLFSSL_EX_DATA "yes")
438439
set(WOLFSSL_WOLFSSH "yes")
439440
set(WOLFSSL_OPENSSLEXTRA "yes")
440441
set(WOLFSSL_CRL "yes")

0 commit comments

Comments
 (0)