mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
do not enable PK Callbacks with JNI in FIPS mode
This commit is contained in:
@@ -4911,7 +4911,8 @@ then
|
||||
AM_CFLAGS="$AM_CFLAGS -DECC_SHAMIR"
|
||||
fi
|
||||
fi
|
||||
if test "x$ENABLED_PKCALLBACKS" = "xno"
|
||||
# Do not enable PK Callbacks in FIPS mode with JNI
|
||||
if test "x$ENABLED_PKCALLBACKS" = "xno" && test "$ENABLED_FIPS" = "no"
|
||||
then
|
||||
ENABLED_PKCALLBACKS="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_PK_CALLBACKS"
|
||||
|
Reference in New Issue
Block a user