Commit e547988940 for openssl.org
commit e547988940b0c4d6363d2abd0d76f0942442b102
Author: Ondrej Moris <omoris@redhat.com>
Date: Tue Dec 16 16:08:53 2025 +0100
Revert "tests: temporarily skip MLDSA pkcs11-provider test"
This reverts commit 2b97f4d300f18b209983046f49e12f3028ba79f5.
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28717)
diff --git a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
index a45984cee1..1e67350c8c 100755
--- a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
+++ b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
@@ -64,7 +64,7 @@ echo "Running tests"
echo "------------------------------------------------------------------"
# For maintenance reasons and simplicity we only run test with kryoptic token
-SUPPORT_ML_DSA=0 meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic
+meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic
if [ $? -ne 0 ]; then
cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt