Skip to content

Commit 224dbb7

Browse files
committed
Enable base16 & 64 encoding when wolfGuard is enabled
1 parent b982f86 commit 224dbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,8 @@ then
14411441
test "$enable_ecc" = "" && enable_ecc=yes
14421442
test "$enable_sha256" = "" && enable_sha256=yes
14431443
test "$enable_aesgcm" = "" && enable_aesgcm=yes
1444+
test "$enable_base64encode" = "" && enable_base64encode=yes
1445+
test "$enable_base16" = "" && enable_base16=yes
14441446
if test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6
14451447
then
14461448
test "$enable_compkey" = "" && enable_compkey=yes

0 commit comments

Comments
 (0)