Skip to content

Commit

Permalink
Merge pull request #7982 from bandi13/fixEngineFlags
Browse files Browse the repository at this point in the history
Engine needs to have a RSA_MIN_SIZE=1024
  • Loading branch information
JacobBarthelmeh authored Sep 17, 2024
2 parents ef6f156 + 41b3a72 commit c390047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9458,6 +9458,7 @@ then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"
AM_CFLAGS="$AM_CFLAGS -DWC_RSA_NO_PADDING"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
AM_CFLAGS="$AM_CFLAGS -DRSA_MIN_SIZE=1024"
fi
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "no"
Expand Down

0 comments on commit c390047

Please sign in to comment.