Explorar o código

mark a variable unused to fix a warning.

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
14c9b99051
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/common/tortls.c

+ 1 - 0
src/common/tortls.c

@@ -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);