aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-03 19:57:41 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-03 19:57:41 -0400
commitd315b8e8bc712f881fcc70624cb135a8e3855f63 (patch)
treecd6ba7cafb68055bfc730d0b7928956389c478a4 /changes
parente1a25f0c3602e007872277ef9ab437cc97cfd47b (diff)
parentd1fa0163e571913b8e4972c5c8a2d46798f46156 (diff)
downloadtor-d315b8e8bc712f881fcc70624cb135a8e3855f63.tar.gz
tor-d315b8e8bc712f881fcc70624cb135a8e3855f63.zip
Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug133254
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13325 b/changes/bug13325
new file mode 100644
index 0000000000..b1da4d0bd5
--- /dev/null
+++ b/changes/bug13325
@@ -0,0 +1,4 @@
+ o Compilation fixes:
+ - Build and run correctly on systems like OpenBSD-current that
+ have patched OpenSSL to remove get_cipher_by_char and/or its
+ implementations. Fixes issue 13325.