From 96d3ead66c97e8326a38ee4ea45796b53a839514 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 30 Aug 2022 20:20:02 +0000 Subject: [PATCH] Remove a commented-out sk_push that has been hanging around for > 20 years --- lib/libssl/ssl_ciph.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index 132b55842a0..ffb8b4367af 100644 --- a/lib/libssl/ssl_ciph.c +++ b/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; - */ } } -- 2.20.1