diff options
author | Werner Koch <[email protected]> | 2009-11-23 19:18:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-11-23 19:18:04 +0000 |
commit | cf2ec5673f02ddf3a4910ec47b476351dd68c243 (patch) | |
tree | 4e59734e24208f5d90dcc96f9d98c822860fbbc7 /sm/gpgsm.c | |
parent | Change fallback keysize to 2048 (diff) | |
download | gnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.tar.gz gnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.zip |
Add gpgconf related dummy options default_pubkey_algo.
Add option --skip-hidden-recipients
Comment updates.
Diffstat (limited to '')
-rw-r--r-- | sm/gpgsm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index adfe6cdbf..2d262b707 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1634,6 +1634,11 @@ main ( int argc, char **argv) printf ("encrypt-to:%lu:\n", GC_OPT_FLAG_DEFAULT); printf ("keyserver:%lu:\n", GC_OPT_FLAG_NONE); + /* The next one is an info only item and should match what + proc_parameters actually implements. */ + printf ("default_pubkey_algo:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT, + "RSA-2048"); + } break; case aGPGConfTest: |