From 0d14ec35475319fd2fa944d97b6ab39b2f694dc1 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 7 Jul 2025 17:15:11 -0500 Subject: [PATCH] Fix curl Cmake config to set HAVE_EX_DATA and HAVE_ALPN --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index afcd5169e..997dec9bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -435,6 +435,7 @@ if(WOLFSSL_CURL) set(WOLFSSL_MD4 "yes") set(WOLFSSL_DES3 "yes") set(WOLFSSL_ALPN "yes") + set(WOLFSSL_EX_DATA "yes") set(WOLFSSL_WOLFSSH "yes") set(WOLFSSL_OPENSSLEXTRA "yes") set(WOLFSSL_CRL "yes")