summaryrefslogtreecommitdiffstats
path: root/sm/certdump.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-09-23 11:57:45 +0200
committerWerner Koch <wk@gnupg.org>2008-09-23 11:57:45 +0200
commitf899b9683b7123b7bacd5de91fb49fd2412b9116 (patch)
treeb6b89477ec7016c1d9902442db6a98e980d49a5f /sm/certdump.c
parent* keyserver.c (keyserver_import_cert): Allow keyserver URLs in (diff)
downloadgnupg2-f899b9683b7123b7bacd5de91fb49fd2412b9116.tar.xz
gnupg2-f899b9683b7123b7bacd5de91fb49fd2412b9116.zip
Support the Certifciate DO of the v2 OpenPGP cards.
Diffstat (limited to 'sm/certdump.c')
-rw-r--r--sm/certdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c
index 9dbd24566..2dfbce105 100644
--- a/sm/certdump.c
+++ b/sm/certdump.c
@@ -982,7 +982,7 @@ gpgsm_format_keydesc (ksba_cert_t cert)
/* We also escape the quote character to work around a bug in
the mingw32 runtime which does not correcty handle command
line quoting. We correctly double the quote mark when
- calling a program (i.e. gpg-protec-tool), but the pre-main
+ calling a program (i.e. gpg-protect-tool), but the pre-main
code does not notice the double quote as an escaped
quote. */
if (*s < ' ' || *s == '+' || *s == '\"')