Skip to content

Commit 1247d2b

Browse files
authored
Merge pull request #9249 from lealem47/wg_enable_encoding
Enable base16 & 64 encoding when wolfGuard is enabled
2 parents 436a06e + 224dbb7 commit 1247d2b

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)