mark a variable unused to fix a warning.

This commit is contained in:
Nick Mathewson 2015-12-18 13:16:40 -05:00
parent 05f02f65c4
commit 14c9b99051

View File

@ -1310,6 +1310,7 @@ find_cipher_by_id(const SSL *ssl, const SSL_METHOD *m, uint16_t cipher)
{
const SSL_CIPHER *c;
#ifdef HAVE_SSL_CIPHER_FIND
(void) m;
{
unsigned char cipherid[3];
tor_assert(ssl);