aboutsummaryrefslogtreecommitdiff
path: root/changes/bug16115-unused-find-cipher
blob: 0f04d6795b5a0881e90f7fde8746e7f22ddaed74 (plain)
1
2
3
4
5
6
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.