Skip to content

Commit 41b3a72

Browse files
author
Andras Fekete
committed
Engine needs to have a RSA_MIN_SIZE=1024
1 parent 5ef617a commit 41b3a72

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
@@ -9458,6 +9458,7 @@ then
94589458
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"
94599459
AM_CFLAGS="$AM_CFLAGS -DWC_RSA_NO_PADDING"
94609460
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
9461+
AM_CFLAGS="$AM_CFLAGS -DRSA_MIN_SIZE=1024"
94619462
fi
94629463
94639464
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "no"

0 commit comments

Comments
 (0)