Skip to content

Commit 9c1526c

Browse files
authored
Merge pull request #9401 from cconlon/jniPublicMp
Add WOLFSSL_PUBLIC_MP to --enable-jni for wolfJCE RSA KeyFactory support
2 parents f977004 + 88373d8 commit 9c1526c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7574,6 +7574,7 @@ then
75747574
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
75757575
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
75767576
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
7577+
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
75777578
75787579
# Enable openssl compat layer AES-CTS to maintain FIPS compatibility
75797580
AM_CFLAGS="$AM_CFLAGS -DHAVE_CTS"

0 commit comments

Comments
 (0)