mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
mark a variable unused to fix a warning.
This commit is contained in:
parent
05f02f65c4
commit
14c9b99051
@ -1310,6 +1310,7 @@ find_cipher_by_id(const SSL *ssl, const SSL_METHOD *m, uint16_t cipher)
|
|||||||
{
|
{
|
||||||
const SSL_CIPHER *c;
|
const SSL_CIPHER *c;
|
||||||
#ifdef HAVE_SSL_CIPHER_FIND
|
#ifdef HAVE_SSL_CIPHER_FIND
|
||||||
|
(void) m;
|
||||||
{
|
{
|
||||||
unsigned char cipherid[3];
|
unsigned char cipherid[3];
|
||||||
tor_assert(ssl);
|
tor_assert(ssl);
|
||||||
|
Loading…
Reference in New Issue
Block a user