mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
gpgconf: Support use-keyboxd.
-- We flag this option as invisible so that it does not show up in a GUI but it will be possible to grep for the option.
This commit is contained in:
parent
ed82ef9145
commit
1f5f08376d
@ -419,10 +419,13 @@ static known_option_t known_options_gpg[] =
|
||||
{ "completes-needed", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
|
||||
{ "marginals-needed", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
|
||||
|
||||
{ "use-keyboxd", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
|
||||
|
||||
/* The next is a pseudo option which we read via --gpgconf-list */
|
||||
{ "default_pubkey_algo",
|
||||
(GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_NO_CHANGE), GC_LEVEL_INVISIBLE },
|
||||
|
||||
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
@ -453,6 +456,8 @@ static known_option_t known_options_gpgsm[] =
|
||||
{ "cipher-algo", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "disable-trusted-cert-crl-check", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT },
|
||||
|
||||
{ "use-keyboxd", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
|
||||
|
||||
/* Pseudo option follows. */
|
||||
{ "default_pubkey_algo",
|
||||
(GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_NO_CHANGE), GC_LEVEL_INVISIBLE },
|
||||
|
Loading…
x
Reference in New Issue
Block a user