commit | 41999e7d358c3657a254b34b85fd9e948180529b | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Nov 16 14:05:14 2018 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Jan 04 13:19:39 2019 +0000 |
tree | 42267ffc53b96b3b1097a29d8678974267e2ffb7 | |
parent | 88d57bf83fe32b2c8ceb1264562fdd028de504bf [diff] [blame] |
Introduce a no-pinshared option This option prevents OpenSSL from pinning itself in memory. Fixes #7598 [extended tests] Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7647)
diff --git a/Configure b/Configure index da09003..7a2be83 100755 --- a/Configure +++ b/Configure
@@ -374,6 +374,7 @@ "msan", "multiblock", "nextprotoneg", + "pinshared", "ocb", "ocsp", "pic",