add WOLFSSL_PUBLIC_MP to --enable-jni for wolfJCE RSA KeyFactory support

This commit is contained in:
Chris Conlon
2025-11-07 14:14:51 -07:00
parent 4f4826ae92
commit 88373d8cb5

View File

@@ -7574,6 +7574,7 @@ then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
# Enable openssl compat layer AES-CTS to maintain FIPS compatibility
AM_CFLAGS="$AM_CFLAGS -DHAVE_CTS"