summaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-12-04 20:47:54 +0100
committerWerner Koch <wk@gnupg.org>2009-12-04 20:47:54 +0100
commit49b00ffd67ffe9ae49f6e2e186b6543a90c7d5e7 (patch)
treead99f9bd61695e3df3db9b62e7e646a1491f9643 /g10/gpg.c
parentFix possible problem with chnages status.h and VBUILDS. (diff)
downloadgnupg2-49b00ffd67ffe9ae49f6e2e186b6543a90c7d5e7.tar.xz
gnupg2-49b00ffd67ffe9ae49f6e2e186b6543a90c7d5e7.zip
allow for default algorithms in a gpg parameter file
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index dc46016b8..5ef4f4c99 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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");