aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2015-06-03 03:43:46 +1000
committerteor <teor2345@gmail.com>2015-06-03 04:19:05 +1000
commitb3f79da0d589157948262d4a5c81969da789c0c4 (patch)
tree170aceeb421656a1fc82794bbb76c0ba22f4b0fe /changes
parentb1094fdec505088a39c94da79219d17c10baabef (diff)
downloadtor-b3f79da0d589157948262d4a5c81969da789c0c4.tar.gz
tor-b3f79da0d589157948262d4a5c81969da789c0c4.zip
Silence unused variable warnings in find_cipher_by_id
Unused variable warnings were still generated under some versions of OpenSSL. Instead, make sure all variables are used under all versions. Fix on 496df21c89d1, not in any released version of tor.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug16115-unused-find-cipher7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug16115-unused-find-cipher b/changes/bug16115-unused-find-cipher
new file mode 100644
index 0000000000..0f04d6795b
--- /dev/null
+++ b/changes/bug16115-unused-find-cipher
@@ -0,0 +1,7 @@
+ o Minor fixes (threads, comments):
+ - Silence unused variable warnings in find_cipher_by_id
+ Unused variable warnings were still generated under some versions
+ of OpenSSL. Instead, make sure all variables are used under all
+ versions of OpenSSL.
+ Patch by "teor".
+ Fix on 496df21c89d1, not in any released version of tor.