Merge pull request #6421 from ejohnstown/bp-conf-desc-fix

Configure Typo
This commit is contained in:
JacobBarthelmeh
2023-05-18 14:07:58 -06:00
committed by GitHub

View File

@ -3234,7 +3234,7 @@ else
fi
AC_ARG_ENABLE([brainpool],
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: ${BRAINPOOL_DEFAULT})])],
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: enabled with ECC custom curves)])],
[ ENABLED_BRAINPOOL=$enableval ],
[ ENABLED_BRAINPOOL="$BRAINPOOL_DEFAULT" ]
)