diff options
author | Werner Koch <[email protected]> | 2009-03-25 16:05:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-25 16:05:16 +0000 |
commit | ceb42db4dd6b98d6b31429bed2ca40505731b9e8 (patch) | |
tree | e471d7b311d3c73dc55a3a1f420233dd847b16a2 /sm/certdump.c | |
parent | log file fixes. (diff) | |
download | gnupg-ceb42db4dd6b98d6b31429bed2ca40505731b9e8.tar.gz gnupg-ceb42db4dd6b98d6b31429bed2ca40505731b9e8.zip |
Print NO_SECKEY status line in gpgsm.
This fixes bug#1020.
Diffstat (limited to 'sm/certdump.c')
-rw-r--r-- | sm/certdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c index c8854054b..d3390702d 100644 --- a/sm/certdump.c +++ b/sm/certdump.c @@ -952,7 +952,7 @@ gpgsm_format_keydesc (ksba_cert_t cert) "created %s, expires %s.\n" ), subject? subject:"?", sn? sn: "?", - gpgsm_get_short_fingerprint (cert), + gpgsm_get_short_fingerprint (cert, NULL), created, expires); i18n_switchback (orig_codeset); |