diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-06 18:31:27 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-06 18:31:27 +0100 |
commit | a9c317a95c440a083809346d61cdb78abff71b12 (patch) | |
tree | 6f5199efe8fba5473afc346f003abe74f6ab424e /kbx | |
parent | New PIN Callback attributes in gpg-agent. (diff) | |
download | gnupg2-a9c317a95c440a083809346d61cdb78abff71b12.tar.xz gnupg2-a9c317a95c440a083809346d61cdb78abff71b12.zip |
New gpg-agent command to list key information.
Gpgsm does now print the S/N of cards.
Consider ephemeral keys during listing an export.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/keybox-search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-search.c b/kbx/keybox-search.c index 927399d48..08b59e649 100644 --- a/kbx/keybox-search.c +++ b/kbx/keybox-search.c @@ -457,7 +457,7 @@ blob_cmp_mail (KEYBOXBLOB blob, const char *name, size_t namelen, int substr) #ifdef KEYBOX_WITH_X509 /* Return true if the key in BLOB matches the 20 bytes keygrip GRIP. - We don't have the keygrips as meta data, thus wen need to parse the + We don't have the keygrips as meta data, thus we need to parse the certificate. Fixme: We might want to return proper error codes instead of failing a search for invalid certificates etc. */ static int |