artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06baef
)
Remove a commented-out sk_push that has been hanging around for > 20 years
author
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 20:20:02 +0000
(20:20 +0000)
committer
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 20:20:02 +0000
(20:20 +0000)
lib/libssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl_ciph.c
b/lib/libssl/ssl_ciph.c
index
132b558
..
ffb8b43
100644
(file)
--- a/
lib/libssl/ssl_ciph.c
+++ b/
lib/libssl/ssl_ciph.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssl_ciph.c,v 1.1
29 2022/06/29 20:06:55
tb Exp $ */
+/* $OpenBSD: ssl_ciph.c,v 1.1
30 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;
- */
}
}