define HAVE_CTS for --enable-jni build, used by JCE AES/CTS/NoPadding mode

This commit is contained in:
Chris Conlon
2025-10-23 12:46:59 -06:00
parent 985a090adc
commit 3e85b572f3
+3
View File
@@ -7572,6 +7572,9 @@ then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
# Enable openssl compat layer AES-CTS to maintain FIPS compatibility
AM_CFLAGS="$AM_CFLAGS -DHAVE_CTS"
# Enable prereqs if not already enabled
if test "x$ENABLED_DTLS" = "xno"
then