blob: 953baa25c496d657ec7cafa0281b460a66c48d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_crlfetch.c,v 1.1 2015/12/29 23:18:50 bsiegert Exp $
--- src/crlfetch.c.orig 2009-08-07 14:09:47.000000000 +0000
+++ src/crlfetch.c
@@ -389,7 +389,7 @@ fetch_next_ksba_cert (cert_fetch_context
void
end_cert_fetch (cert_fetch_context_t context)
{
- return end_cert_fetch_ldap (context);
+ end_cert_fetch_ldap (context);
}
|