summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-09 10:35:53 +0000
committerMatt Caswell <matt@openssl.org>2016-03-09 12:41:39 +0000
commit2e52e7df518d80188c865ea3f7bb3526d14b0c08 (patch)
tree880dbaa15521723b5c2cd35acbbf51ea9384e66c /Configure
parent4fc4faa7a79c71223f326396b79af34d37da6615 (diff)
Remove the old threading API
All OpenSSL code has now been transferred to use the new threading API, so the old one is no longer used and can be removed. We provide some compat macros for removed functions which are all no-ops. There is now no longer a need to set locking callbacks!! Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index 9a2ac4e531..f34617809d 100755
--- a/Configure
+++ b/Configure
@@ -274,7 +274,6 @@ my @disablables = (
"hmac",
"hw(-.+)?",
"idea",
- "locking",
"makedepend",
"md2",
"md4",