diff options
author | Pauli <pauli@openssl.org> | 2021-04-30 04:14:33 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-02 09:13:45 +0200 |
commit | d1a770414acd34c774248ce8efbe202fd7a44041 (patch) | |
tree | 8551b6b9faa1629e6e5785246de0434b2ac86232 /Configure | |
parent | ssl: fix possible ref counting fields use before init. (diff) | |
download | openssl-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-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -513,6 +513,7 @@ my %deprecated_disablables = ( our %disabled = ( # "what" => "comment" "fips" => "default", + "acvp-tests" => "default", "asan" => "default", "buildtest-c++" => "default", "crypto-mdebug" => "default", |