diff --git a/src/common/tortls.c b/src/common/tortls.c index 5e0c97096d..14c283de55 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -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