mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Let only Dirmngr decide whether CERT is supported.
* g10/getkey.c (parse_auto_key_locate): Do not build parts depending on USE_DNS_CERT. -- This also removes USE_DNS_SRV from commented code. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fbdfe6a514
commit
86efc3ee53
2 changed files with 0 additions and 6 deletions
|
@ -4153,10 +4153,8 @@ parse_auto_key_locate (char *options)
|
|||
akl->type = AKL_LDAP;
|
||||
else if (ascii_strcasecmp (tok, "keyserver") == 0)
|
||||
akl->type = AKL_KEYSERVER;
|
||||
#ifdef USE_DNS_CERT
|
||||
else if (ascii_strcasecmp (tok, "cert") == 0)
|
||||
akl->type = AKL_CERT;
|
||||
#endif
|
||||
else if (ascii_strcasecmp (tok, "pka") == 0)
|
||||
akl->type = AKL_PKA;
|
||||
else if (ascii_strcasecmp (tok, "dane") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue