artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79f429
)
One more missing void was hiding here
author
tb
<tb@openbsd.org>
Sat, 30 Dec 2023 18:22:52 +0000
(18:22 +0000)
committer
tb
<tb@openbsd.org>
Sat, 30 Dec 2023 18:22:52 +0000
(18:22 +0000)
lib/libcrypto/x509/x509_issuer_cache.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_issuer_cache.c
b/lib/libcrypto/x509/x509_issuer_cache.c
index
8722045
..
0251cac
100644
(file)
--- a/
lib/libcrypto/x509/x509_issuer_cache.c
+++ b/
lib/libcrypto/x509/x509_issuer_cache.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_issuer_cache.c,v 1.
5 2023/12/30 18:06:59
tb Exp $ */
+/* $OpenBSD: x509_issuer_cache.c,v 1.
6 2023/12/30 18:22:52
tb Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*
@@
-79,7
+79,7
@@
x509_issuer_cache_set_max(size_t max)
* be called with x509_issuer_tree_mutex held.
*/
void
-x509_issuer_cache_free_oldest()
+x509_issuer_cache_free_oldest(
void
)
{
struct x509_issuer *old;