summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-12-30 18:22:53 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-12-30 18:22:53 +0000
commit5114858eebb3d02580c148da71025c8bf59a7eac (patch)
treeab70a348ce74fed678a12c9e2d5e36949dfde9a6 /lib
parent78e8f90acca10f2de4cb2ee1a61b9bb221383bb9 (diff)
One more missing void was hiding here
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/x509/x509_issuer_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_issuer_cache.c b/lib/libcrypto/x509/x509_issuer_cache.c
index 87220459b36..0251cac2857 100644
--- 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;