summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-30 12:14:33 +1000
committerPauli <pauli@openssl.org>2021-05-02 17:13:45 +1000
commitd1a770414acd34c774248ce8efbe202fd7a44041 (patch)
tree8551b6b9faa1629e6e5785246de0434b2ac86232 /Configure
parent045a893091994a5837a2bec9cc5646ae9ff07a2c (diff)
downloadopenssl-new-d1a770414acd34c774248ce8efbe202fd7a44041.tar.gz
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",