diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_issuer_cache.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_issuer_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_issuer_cache.c b/src/lib/libcrypto/x509/x509_issuer_cache.c index 4f78e1e69b..f7fbd54ca7 100644 --- a/src/lib/libcrypto/x509/x509_issuer_cache.c +++ b/src/lib/libcrypto/x509/x509_issuer_cache.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_issuer_cache.c,v 1.3 2022/06/27 14:23:40 beck Exp $ */ | 1 | /* $OpenBSD: x509_issuer_cache.c,v 1.4 2022/12/26 07:18:53 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -75,7 +75,7 @@ x509_issuer_cache_set_max(size_t max) | |||
75 | 75 | ||
76 | /* | 76 | /* |
77 | * Free the oldest entry in the issuer cache. Returns 1 | 77 | * Free the oldest entry in the issuer cache. Returns 1 |
78 | * if an entry was successfuly freed, 0 otherwise. Must | 78 | * if an entry was successfully freed, 0 otherwise. Must |
79 | * be called with x509_issuer_tree_mutex held. | 79 | * be called with x509_issuer_tree_mutex held. |
80 | */ | 80 | */ |
81 | void | 81 | void |