From d1a770414acd34c774248ce8efbe202fd7a44041 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 30 Apr 2021 12:14:33 +1000 Subject: acvp-test: disable the ACVP testing code by default It's only useful for the FIPS lab and shouldn't be in production. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/15092) --- Configure | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure') diff --git a/Configure b/Configure index 7acbbc56b9..dc0b1924b7 100755 --- a/Configure +++ b/Configure @@ -513,6 +513,7 @@ my %deprecated_disablables = ( our %disabled = ( # "what" => "comment" "fips" => "default", + "acvp-tests" => "default", "asan" => "default", "buildtest-c++" => "default", "crypto-mdebug" => "default", -- cgit v1.2.1