forked from wolfSSL/wolfssl
Standard way to set defaults
This commit is contained in:
@@ -3755,13 +3755,13 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# ECC Minimum Key Size
|
# ECC Minimum Key Size
|
||||||
ENABLED_ECCMINSZ=224
|
|
||||||
AC_ARG_WITH([eccminsz],
|
AC_ARG_WITH([eccminsz],
|
||||||
[AS_HELP_STRING([--with-eccminsz=BITS],[Sets the ECC minimum key size (default: 224 bits)])],
|
[AS_HELP_STRING([--with-eccminsz=BITS],[Sets the ECC minimum key size (default: 224 bits)])],
|
||||||
[
|
[
|
||||||
ENABLED_ECCMINSZ=$withval
|
ENABLED_ECCMINSZ=$withval
|
||||||
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=$withval"
|
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=$withval"
|
||||||
]
|
],
|
||||||
|
[ ENABLED_ECCMINSZ=224 ]
|
||||||
)
|
)
|
||||||
|
|
||||||
# Compressed Key
|
# Compressed Key
|
||||||
|
Reference in New Issue
Block a user