From 98a0a6259748fe8d10eccc40a94f489fca309d99 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 30 Aug 2022 20:20:02 +0000 Subject: Remove a commented-out sk_push that has been hanging around for > 20 years --- src/lib/libssl/ssl_ciph.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 132b55842a..ffb8b4367a 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.129 2022/06/29 20:06:55 tb Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.130 2022/08/30 20:20:02 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -696,9 +696,6 @@ ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, 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-55-g6feb