From 38f2837b1b1b3d1bd417cd1032a3dd3b264352ef Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 28 Feb 2017 12:47:22 +0000 Subject: Remove some commented out code in libssl Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2774) --- ssl/ssl_ciph.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ssl/ssl_ciph.c') diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 0b60debdd9..5fe2117430 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -701,9 +701,6 @@ static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, co_list[co_list_num].prev = NULL; co_list[co_list_num].active = 0; co_list_num++; - /* - * if (!sk_push(ca_list,(char *)c)) goto err; - */ } /* -- cgit v1.2.3