diff options
-rw-r--r-- | src/lib/libssl/ssl_ciph.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 @@ | |||
1 | /* $OpenBSD: ssl_ciph.c,v 1.129 2022/06/29 20:06:55 tb Exp $ */ | 1 | /* $OpenBSD: ssl_ciph.c,v 1.130 2022/08/30 20:20:02 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -696,9 +696,6 @@ ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, | |||
696 | co_list[co_list_num].prev = NULL; | 696 | co_list[co_list_num].prev = NULL; |
697 | co_list[co_list_num].active = 0; | 697 | co_list[co_list_num].active = 0; |
698 | co_list_num++; | 698 | co_list_num++; |
699 | /* | ||
700 | if (!sk_push(ca_list,(char *)c)) goto err; | ||
701 | */ | ||
702 | } | 699 | } |
703 | } | 700 | } |
704 | 701 | ||