Skip to content

Commit 35ef7f4

Browse files
author
Andras Fekete
committed
There is no default defined. Expected to be unset
1 parent 6d1416d commit 35ef7f4

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
@@ -8308,7 +8308,7 @@ fi
83088308
AC_ARG_WITH([max-ecc-bits],
83098309
[AS_HELP_STRING([--with-max-ecc-bits=number],[number of bits to support for ECC algorithms])],
83108310
[WITH_MAX_ECC_BITS=$withval],
8311-
[WITH_MAX_ECC_BITS="$DEFAULT_MAX_ECC_BITS"])
8311+
)
83128312
83138313
if test -n "$WITH_MAX_ECC_BITS"; then
83148314
if test "$WITH_MAX_ECC_BITS" -lt 112 -o "$WITH_MAX_ECC_BITS" -gt 1024; then

0 commit comments

Comments
 (0)