From 0c5d8d9a4f651d25369c17ac0a194a6928310902 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 18 Dec 2015 11:11:42 -0500 Subject: [PATCH] Move some more code inside a tortls.c ifdef to fix deadcode warning. --- src/common/tortls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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