aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-10 16:06:25 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-15 12:38:08 -0500
commit746bb55851433a0709e277ea3e1838d0d9b77d9c (patch)
treec05872e19fd83a584b9ca47efbe9fd2c9ce38598 /changes
parentf2fb85f9707a37b15d790386e0283f53d640b16b (diff)
downloadtor-746bb55851433a0709e277ea3e1838d0d9b77d9c.tar.gz
tor-746bb55851433a0709e277ea3e1838d0d9b77d9c.zip
Ignore warning for redundant decl in openssl/srtp.h
Backports some commits from tor master.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug142204
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14220 b/changes/bug14220
new file mode 100644
index 0000000000..51cfa502bc
--- /dev/null
+++ b/changes/bug14220
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - Build without warnings with the stock OpenSSL srtp.h header,
+ which has a duplicate declaration of SSL_get_selected_srtp_profile().
+ Fixes bug 14220; this is OpenSSL's bug, not ours.