From 39ee267a31518a8a3f56004c04a926b7ae58b6e3 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 18 Nov 2022 22:13:22 -0600 Subject: [PATCH] configure.ac: mutually harmonize --enable-all and --enable-all-crypto: add enable-siphash to enable-all, and add Brainpool to enable-all-crypto. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 9bb5c7dcf..34be0ae39 100644 --- a/configure.ac +++ b/configure.ac @@ -683,6 +683,7 @@ then test "$enable_eccencrypt" = "" && enable_eccencrypt=yes test "$enable_psk" = "" && enable_psk=yes test "$enable_cmac" = "" && enable_cmac=yes + test "$enable_siphash" = "" && enable_siphash=yes test "$enable_xts" = "" && enable_xts=yes test "$enable_ocsp" = "" && enable_ocsp=yes test "$enable_ocspstapling" = "" && enable_ocspstapling=yes @@ -953,6 +954,9 @@ then # Store issuer name components when parsing certificates. AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_HAVE_ISSUER_NAMES" + + # Enable Brainpool + AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC_BRAINPOOL" fi # liboqs