mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Minor cleanup for better readability.
* dirmngr/ldap.c (start_default_fetch_ldap): Rename to start_cacert_fetch_ldap and remove arg attr. Instead use "cACertificate" directly. * dirmngr/crlfetch.c (ca_cert_fetch): Change the only caller. (start_cert_fetch_ldap): Rename arg for clarity. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
210575d882
commit
b258f8de7e
3 changed files with 29 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue