Skip to content

Commit 3e85b57

Browse files
committed
define HAVE_CTS for --enable-jni build, used by JCE AES/CTS/NoPadding mode
1 parent 985a090 commit 3e85b57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7572,6 +7572,9 @@ then
75727572
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
75737573
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
75747574
7575+
# Enable openssl compat layer AES-CTS to maintain FIPS compatibility
7576+
AM_CFLAGS="$AM_CFLAGS -DHAVE_CTS"
7577+
75757578
# Enable prereqs if not already enabled
75767579
if test "x$ENABLED_DTLS" = "xno"
75777580
then

0 commit comments

Comments
 (0)