Skip to content

Commit 62deeed

Browse files
Merge pull request #9335 from cconlon/jniAesCts
Define HAVE_CTS for JNI build, used by JCE AES/CTS/NoPadding
2 parents 4282ad3 + 3e85b57 commit 62deeed

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)