Fix OPENSSL_ALL definition for WOLFSSL_CLU option

Co-Authored-By: eric@wolfssl.com <eric@wolfssl.com>
devin/1741708186-add-cmake-wolfclu
Devin AI 2025-03-14 20:03:00 +00:00
parent 7c84200dda
commit dbc2017cc7
1 changed files with 2 additions and 0 deletions

View File

@ -2054,6 +2054,8 @@ if(WOLFSSL_CLU)
override_cache(WOLFSSL_DES3 "yes")
override_cache(WOLFSSL_PKCS7 "yes")
list(APPEND WOLFSSL_DEFINITIONS "-DHAVE_OID_ENCODING" "-DWOLFSSL_NO_ASN_STRICT" "-DWOLFSSL_ALT_NAMES")
# Add OPENSSL_ALL definition to ensure OpenSSL compatibility functions are available
list(APPEND WOLFSSL_DEFINITIONS "-DOPENSSL_ALL")
endif()
if(WOLFSSL_AESCFB)