summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-30 04:14:33 +0200
committerPauli <pauli@openssl.org>2021-05-02 09:13:45 +0200
commitd1a770414acd34c774248ce8efbe202fd7a44041 (patch)
tree8551b6b9faa1629e6e5785246de0434b2ac86232 /Configure
parentssl: fix possible ref counting fields use before init. (diff)
downloadopenssl-d1a770414acd34c774248ce8efbe202fd7a44041.tar.xz
openssl-d1a770414acd34c774248ce8efbe202fd7a44041.zip
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 <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15092)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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",