mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix OPENSSL_ALL definition for WOLFSSL_CLU option
Co-Authored-By: eric@wolfssl.com <eric@wolfssl.com>
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user