mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: Allow explicit setting of the default --compliance=gnupg
* sm/gpgsm.c (main): Allow setting of the default compliance. * tools/gpgconf-comp.c (gc_options_gpgsm): Add "compliance". -- This is required so that we can use this option in in gpgconf.conf. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e3ddeff66e
commit
8c878ae4c9
3 changed files with 8 additions and 4 deletions
|
@ -1450,6 +1450,7 @@ main ( int argc, char **argv)
|
|||
{
|
||||
struct gnupg_compliance_option compliance_options[] =
|
||||
{
|
||||
{ "gnupg", CO_GNUPG },
|
||||
{ "de-vs", CO_DE_VS }
|
||||
};
|
||||
int compliance = gnupg_parse_compliance_option (pargs.r.ret_str,
|
||||
|
@ -1786,6 +1787,7 @@ main ( int argc, char **argv)
|
|||
proc_parameters actually implements. */
|
||||
es_printf ("default_pubkey_algo:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT,
|
||||
"RSA-2048");
|
||||
es_printf ("compliance:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT, "gnupg");
|
||||
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue