mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Move some more code inside a tortls.c ifdef to fix deadcode warning.
This commit is contained in:
parent
4ede2decad
commit
0c5d8d9a4f
1 changed files with 1 additions and 1 deletions
|
@ -1351,12 +1351,12 @@ find_cipher_by_id(const SSL *ssl, const SSL_METHOD *m, uint16_t cipher)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
(void) ssl;
|
||||
(void) m;
|
||||
(void) cipher;
|
||||
return 1; /* No way to search */
|
||||
#endif
|
||||
}
|
||||
|
||||
/** Remove from v2_cipher_list every cipher that we don't support, so that
|
||||
|
|
Loading…
Add table
Reference in a new issue