aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-15 18:18:32 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-17 16:48:00 +0900
commita6cc8cca47ca55a78d92dfa4c7eded5b4d212d80 (patch)
tree6e2cb2327c9e20d5afe3e161473c55d6d6935ae2 /update.sh
parenta27f602bd8d5e9c2a14740a5303b9c87aeb712fd (diff)
downloadportable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.gz
portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.bz2
portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.zip
Hook ML-KEM related tests
This patch adds ML-KEM related tests.
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index fa8375f..11a244d 100755
--- a/update.sh
+++ b/update.sh
@@ -355,6 +355,7 @@ $CP $libcrypto_regress/aead/*.txt tests
355$CP $libcrypto_regress/ct/ctlog.conf tests 355$CP $libcrypto_regress/ct/ctlog.conf tests
356$CP $libcrypto_regress/ct/*.crt tests 356$CP $libcrypto_regress/ct/*.crt tests
357$CP $libcrypto_regress/x509/policy/*.pem tests 357$CP $libcrypto_regress/x509/policy/*.pem tests
358$CP $libcrypto_regress/mlkem/*.txt tests
358 359
359# generate libcrypto freenull.c 360# generate libcrypto freenull.c
360awk -f $libcrypto_regress/free/freenull.awk \ 361awk -f $libcrypto_regress/free/freenull.awk \