diff options
author | tb <> | 2022-08-30 20:20:02 +0000 |
---|---|---|
committer | tb <> | 2022-08-30 20:20:02 +0000 |
commit | 98a0a6259748fe8d10eccc40a94f489fca309d99 (patch) | |
tree | b8d2a2edf5a709680eaa3ef1efe489a01feae4d2 /src | |
parent | 8eb5f2eb582d7c3cd2e4fe43a61347f0f802d9ab (diff) | |
download | openbsd-98a0a6259748fe8d10eccc40a94f489fca309d99.tar.gz openbsd-98a0a6259748fe8d10eccc40a94f489fca309d99.tar.bz2 openbsd-98a0a6259748fe8d10eccc40a94f489fca309d99.zip |
Remove a commented-out sk_push that has been hanging around for > 20 years
Diffstat (limited to 'src')
-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 | ||