Skip to content

Commit 0eb11ff

Browse files
author
Andras Fekete
committed
Standard way to set defaults
1 parent b83d8f0 commit 0eb11ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3755,13 +3755,13 @@ then
37553755
fi
37563756

37573757
# ECC Minimum Key Size
3758-
ENABLED_ECCMINSZ=224
37593758
AC_ARG_WITH([eccminsz],
37603759
[AS_HELP_STRING([--with-eccminsz=BITS],[Sets the ECC minimum key size (default: 224 bits)])],
37613760
[
37623761
ENABLED_ECCMINSZ=$withval
37633762
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=$withval"
3764-
]
3763+
],
3764+
[ ENABLED_ECCMINSZ=224 ]
37653765
)
37663766

37673767
# Compressed Key

0 commit comments

Comments
 (0)