Skip to content

Commit c390047

Browse files
Merge pull request #7982 from bandi13/fixEngineFlags
Engine needs to have a RSA_MIN_SIZE=1024
2 parents ef6f156 + 41b3a72 commit c390047

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)