Add WOLFSSL_AESCTR to WOLFSSL_CLU cmake option

This commit is contained in:
Eric Blankenhorn
2025-03-17 13:34:15 -05:00
parent e44ccda931
commit 098358c217

View File

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