tor/changes/bug16115-unused-find-cipher
teor b3f79da0d5 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 496df21c89, not in any released version of tor.
2015-06-03 04:19:05 +10:00

8 lines
352 B
Plaintext

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.