Skip to content

Commit a595f10

Browse files
Merge pull request #6421 from ejohnstown/bp-conf-desc-fix
Configure Typo
2 parents 5f1ce09 + f9dcab9 commit a595f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,7 @@ else
32343234
fi
32353235

32363236
AC_ARG_ENABLE([brainpool],
3237-
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: ${BRAINPOOL_DEFAULT})])],
3237+
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: enabled with ECC custom curves)])],
32383238
[ ENABLED_BRAINPOOL=$enableval ],
32393239
[ ENABLED_BRAINPOOL="$BRAINPOOL_DEFAULT" ]
32403240
)

0 commit comments

Comments
 (0)