bug16115-unused-find-cipher 352 B

1234567
  1. o Minor fixes (threads, comments):
  2. - Silence unused variable warnings in find_cipher_by_id
  3. Unused variable warnings were still generated under some versions
  4. of OpenSSL. Instead, make sure all variables are used under all
  5. versions of OpenSSL.
  6. Patch by "teor".
  7. Fix on 496df21c89d1, not in any released version of tor.