Add WOLFSSL_AESCTR to WOLFSSL_CLU cmake option

devin/1741708186-add-cmake-wolfclu
Eric Blankenhorn 2025-03-17 13:34:15 -05:00
parent e44ccda931
commit 098358c217
1 changed files with 2 additions and 1 deletions

View File

@ -752,7 +752,8 @@ add_option("WOLFSSL_AESCTR"
if(WOLFSSL_OPENVPN OR
WOLFSSL_LIBSSH2 OR
WOLFSSL_AESSIV)
WOLFSSL_AESSIV OR
WOLFSSL_CLU)
override_cache(WOLFSSL_AESCTR "yes")
endif()