We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4282ad3 + 3e85b57 commit 62deeedCopy full SHA for 62deeed
1 file changed
configure.ac
@@ -7572,6 +7572,9 @@ then
7572
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
7573
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
7574
7575
+ # Enable openssl compat layer AES-CTS to maintain FIPS compatibility
7576
+ AM_CFLAGS="$AM_CFLAGS -DHAVE_CTS"
7577
+
7578
# Enable prereqs if not already enabled
7579
if test "x$ENABLED_DTLS" = "xno"
7580
then
0 commit comments