summaryrefslogtreecommitdiff
path: root/changes/17926
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-23 09:58:36 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-23 09:58:36 -0500
commit63658598250a906346d260c70678700e22c0fe01 (patch)
treed50f5c48f72e2988e589b80294fe9b3b82f35e5b /changes/17926
parentd7c841f4679521d423eb029d7307f10e15dbe133 (diff)
downloadtor-63658598250a906346d260c70678700e22c0fe01.tar.gz
tor-63658598250a906346d260c70678700e22c0fe01.zip
Disable the dynlock functions we were giving openssl.
OpenSSL doesn't use them, and fwict they were never called. If some version of openssl *does* start using them, we should test them before we turn them back on. See ticket 17926
Diffstat (limited to 'changes/17926')
-rw-r--r--changes/179263
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/17926 b/changes/17926
new file mode 100644
index 0000000000..09bdbbeae7
--- /dev/null
+++ b/changes/17926
@@ -0,0 +1,3 @@
+ o Removed code:
+ - Remove code for OpenSSL dynamic locks; OpenSSL doesn't use them.
+ Closes ticket 17926.