mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
allow for default algorithms in a gpg parameter file
This commit is contained in:
parent
66a0019120
commit
49b00ffd67
5 changed files with 104 additions and 39 deletions
|
@ -1617,8 +1617,8 @@ gpgconf_list (const char *configfile)
|
|||
printf ("debug-level:%lu:\"none:\n", GC_OPT_FLAG_DEFAULT);
|
||||
printf ("group:%lu:\n", GC_OPT_FLAG_NONE);
|
||||
|
||||
/* The next one is an info only item and should match what
|
||||
keygen:ask_keysize actually implements. */
|
||||
/* The next one is an info only item and should match the macros at
|
||||
the top of keygen.c */
|
||||
printf ("default_pubkey_algo:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT,
|
||||
"RSA-2048");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue