From 88373d8cb549c88e26295c30ef2b60aee97f257d Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 7 Nov 2025 14:14:51 -0700 Subject: [PATCH] add WOLFSSL_PUBLIC_MP to --enable-jni for wolfJCE RSA KeyFactory support --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e36fe0aae..b08cfb673 100644 --- a/configure.ac +++ b/configure.ac @@ -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"