mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Make it work
This commit is contained in:
parent
88844c4c41
commit
333d1a107c
@ -2965,6 +2965,7 @@ main( int argc, char **argv )
|
||||
GC_OPT_FLAG_NONE,
|
||||
GC_OPT_FLAG_DEFAULT,
|
||||
GC_OPT_FLAG_NONE );
|
||||
printf ("keyserver:%lu:\n", GC_OPT_FLAG_NONE);
|
||||
|
||||
}
|
||||
break;
|
||||
|
@ -583,6 +583,13 @@ static gc_option_t gc_options_gpg[] =
|
||||
/* NULL, NULL, */
|
||||
/* GC_ARG_TYPE_UINT32, GC_BACKEND_GPG }, */
|
||||
|
||||
{ "Keyserver",
|
||||
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
||||
NULL, "Configuration for Keyservers" },
|
||||
{ "keyserver", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
|
||||
"gnupg", "|URL|use keyserver at URL",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
|
||||
|
||||
|
||||
GC_OPTION_NULL
|
||||
};
|
||||
@ -764,15 +771,15 @@ static gc_option_t gc_options_dirmngr[] =
|
||||
update GC_COMPONENT below. */
|
||||
typedef enum
|
||||
{
|
||||
/* The classic GPG for OpenPGP. */
|
||||
GC_COMPONENT_GPG,
|
||||
|
||||
/* The GPG Agent. */
|
||||
GC_COMPONENT_GPG_AGENT,
|
||||
|
||||
/* The Smardcard Daemon. */
|
||||
GC_COMPONENT_SCDAEMON,
|
||||
|
||||
/* The classic GPG for OpenPGP. */
|
||||
GC_COMPONENT_GPG,
|
||||
|
||||
/* GPG for S/MIME. */
|
||||
GC_COMPONENT_GPGSM,
|
||||
|
||||
@ -803,9 +810,9 @@ static struct
|
||||
gc_option_t *options;
|
||||
} gc_component[] =
|
||||
{
|
||||
{ "gpg", NULL, "GPG for OpenPGP", gc_options_gpg },
|
||||
{ "gpg-agent", NULL, "GPG Agent", gc_options_gpg_agent },
|
||||
{ "scdaemon", NULL, "Smartcard Daemon", gc_options_scdaemon },
|
||||
{ "gpg", NULL, "GPG for OpenPGP", gc_options_gpg },
|
||||
{ "gpgsm", NULL, "GPG for S/MIME", gc_options_gpgsm },
|
||||
{ "dirmngr", NULL, "CRL Manager", gc_options_dirmngr }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user