summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-02-05 14:28:37 -0500
committerBernd Edlinger <bernd.edlinger@hotmail.de>2020-02-14 15:18:27 +0100
commit6943335e3e3889fd7a1c7b027ccdcd4f3955b5ec (patch)
tree9979b8473e1a1d6d7ad0899f9a3a194804a0ae10 /Configure
parentcdb16632636c4a1a439449d110f94cad15d2e9fe (diff)
downloadopenssl-new-6943335e3e3889fd7a1c7b027ccdcd4f3955b5ec.tar.gz
Make secure-memory be a config option
Adding support for "no-secure-memory" was simple, a one-liner. Fixing all the "ifdef OPENSSL_SECURE_MEMORY" to be "ifndef NO_xxx" was a bit more work. My original goof, for not following the OpenSSL pattern "ifndef NO_" used everywhere else. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/11023)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 2dd0520d3d..7b3e6ccbd3 100755
--- a/Configure
+++ b/Configure
@@ -412,6 +412,7 @@ my @disablables = (
"rmd160",
"scrypt",
"sctp",
+ "secure-memory",
"seed",
"shared",
"siphash",