diff options
Diffstat (limited to 'dirmngr/crlfetch.h')
-rw-r--r-- | dirmngr/crlfetch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dirmngr/crlfetch.h b/dirmngr/crlfetch.h index cf4a3c0aa..3822adb54 100644 --- a/dirmngr/crlfetch.h +++ b/dirmngr/crlfetch.h @@ -69,9 +69,9 @@ gpg_error_t attr_fetch_ldap (ctrl_t ctrl, ksba_reader_t *reader); -gpg_error_t start_default_fetch_ldap (ctrl_t ctrl, - cert_fetch_context_t *context, - const char *dn, const char *attr); +gpg_error_t start_cacert_fetch_ldap (ctrl_t ctrl, + cert_fetch_context_t *context, + const char *dn); gpg_error_t start_cert_fetch_ldap( ctrl_t ctrl, cert_fetch_context_t *context, strlist_t patterns, |