From 224dbb75d061a41a003c51794a6a8cab3ebaa05b Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Fri, 26 Sep 2025 14:49:51 -0600 Subject: [PATCH] Enable base16 & 64 encoding when wolfGuard is enabled --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index a581995c5..fdcf7804b 100644 --- a/configure.ac +++ b/configure.ac @@ -1441,6 +1441,8 @@ then test "$enable_ecc" = "" && enable_ecc=yes test "$enable_sha256" = "" && enable_sha256=yes test "$enable_aesgcm" = "" && enable_aesgcm=yes + test "$enable_base64encode" = "" && enable_base64encode=yes + test "$enable_base16" = "" && enable_base16=yes if test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6 then test "$enable_compkey" = "" && enable_compkey=yes