Standard way to set defaults

This commit is contained in:
Andras Fekete
2024-05-15 15:19:42 -04:00
parent b83d8f0cf6
commit 0eb11ff466

View File

@@ -3755,13 +3755,13 @@ then
fi
# ECC Minimum Key Size
ENABLED_ECCMINSZ=224
AC_ARG_WITH([eccminsz],
[AS_HELP_STRING([--with-eccminsz=BITS],[Sets the ECC minimum key size (default: 224 bits)])],
[
ENABLED_ECCMINSZ=$withval
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=$withval"
]
],
[ ENABLED_ECCMINSZ=224 ]
)
# Compressed Key