We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436a06e + 224dbb7 commit 1247d2bCopy full SHA for 1247d2b
configure.ac
@@ -1441,6 +1441,8 @@ then
1441
test "$enable_ecc" = "" && enable_ecc=yes
1442
test "$enable_sha256" = "" && enable_sha256=yes
1443
test "$enable_aesgcm" = "" && enable_aesgcm=yes
1444
+ test "$enable_base64encode" = "" && enable_base64encode=yes
1445
+ test "$enable_base16" = "" && enable_base16=yes
1446
if test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6
1447
then
1448
test "$enable_compkey" = "" && enable_compkey=yes
0 commit comments