Skip to content

Commit 67ee52e

Browse files
committed
configure.ac: add native PQC implementations to --enable-all-crypto (and by extension, --enable-all).
1 parent 70af2be commit 67ee52e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

configure.ac

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,15 @@ then
13561356
test "$enable_aessiv" = "" && enable_aessiv=yes
13571357
test "$enable_aeseax" = "" && enable_aeseax=yes
13581358

1359+
test "$enable_kyber" = "" && test "$enable_mlkem" = "" && enable_mlkem=yes
1360+
test "$enable_lms" = "" && enable_lms='yes,sha256-192'
1361+
test "$enable_xmss" = "" && enable_xmss=yes
1362+
1363+
if test "$ENABLED_EXPERIMENTAL" = "yes"
1364+
then
1365+
test "$enable_dilithium" = "" && enable_dilithium=yes
1366+
fi
1367+
13591368
if test "$ENABLED_LINUXKM_DEFAULTS" != "yes"
13601369
then
13611370
test "$enable_eccsi" = "" && test "$enable_ecc" != "no" && enable_eccsi=yes

0 commit comments

Comments
 (0)