From 0eb11ff4661ecbc9b39d8682d8682ab91f9bdc5e Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 15 May 2024 15:19:42 -0400 Subject: [PATCH] Standard way to set defaults --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f6edabdb8..699b1ccab 100644 --- a/configure.ac +++ b/configure.ac @@ -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