From 521f2c284f94ff095d7166f135388a6012dcb180 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 22 Jan 2025 13:11:10 +1100 Subject: [PATCH] test: run ML-DSA tests on FIPS provider Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26548) --- test/recipes/30-test_ml_dsa.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/30-test_ml_dsa.t b/test/recipes/30-test_ml_dsa.t index 96139cc7c8f..97bd78b6452 100644 --- a/test/recipes/30-test_ml_dsa.t +++ b/test/recipes/30-test_ml_dsa.t @@ -18,7 +18,7 @@ BEGIN { my $provconf = srctop_file("test", "fips-and-base.cnf"); # fips will be added later -my $no_fips = 1; +my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0); use lib srctop_dir('Configurations'); use lib bldtop_dir('.'); -- 2.47.2