summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-28 10:00:58 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-28 10:00:58 -0500
commite9caa8645e5da69ac503a365624896d33b91504b (patch)
tree496db1a8d4313b59932e80080dbbf30688a78016 /changes
parent20d0b1a04e0949c1bb46858c117947131ee448e1 (diff)
downloadtor-e9caa8645e5da69ac503a365624896d33b91504b.tar.gz
tor-e9caa8645e5da69ac503a365624896d33b91504b.zip
Try to work around changes in openssl 1.1.0
Prefer not to use a couple of deprecated functions; include more headers in tortls.c This is part of ticket 14188.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket14188_part12
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket14188_part1 b/changes/ticket14188_part1
new file mode 100644
index 0000000000..9d66bba1fc
--- /dev/null
+++ b/changes/ticket14188_part1
@@ -0,0 +1,2 @@
+ o Compilation fixes:
+ - Compile correctly with (unreleased) OpenSSL 1.1.0 headers.