summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-09-04 17:55:28 +1000
committerMatt Caswell <matt@openssl.org>2020-09-18 14:20:39 +0100
commit7a810fac866c6c1d93015999633ee2a29f17b3d2 (patch)
tree5d66eb98a8120b53d5f916735864096d003fb180 /Configure
parent850a485f252e6a6b04734308451e2c64f39b0457 (diff)
downloadopenssl-new-7a810fac866c6c1d93015999633ee2a29f17b3d2.tar.gz
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12745)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index eeb88f6618..22c0ecdabd 100755
--- a/Configure
+++ b/Configure
@@ -421,6 +421,7 @@ my @disablables = (
"external-tests",
"filenames",
"fips",
+ "fips-securitychecks",
"fuzz-libfuzzer",
"fuzz-afl",
"gost",