1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* ksutil.c (init_ks_options): Default include-revoked and include-subkeys

to on, as gpg isn't doing this any longer.
This commit is contained in:
David Shaw 2006-02-23 21:06:32 +00:00
parent 09e3b78ea2
commit 0302c7e0ac
2 changed files with 7 additions and 0 deletions

View file

@ -86,6 +86,8 @@ init_ks_options(void)
if(opt)
{
opt->action=KS_UNKNOWN;
opt->flags.include_revoked=1;
opt->flags.include_subkeys=1;
opt->flags.check_cert=1;
opt->timeout=DEFAULT_KEYSERVER_TIMEOUT;
opt->path=strdup("/");