aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-04 19:13:16 +0000
committerWerner Koch <[email protected]>2004-02-04 19:13:16 +0000
commitcfb33014ae643381cc0a407ddca50e244c26811c (patch)
tree32bfbd70fcc4726a43f70cabd34e8679d770e126 /agent/protect-tool.c
parentTry to use getent, so that it also works for NIS (diff)
downloadgnupg-cfb33014ae643381cc0a407ddca50e244c26811c.tar.gz
gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.zip
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r--agent/protect-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index e518c5672..d4f945a94 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -648,7 +648,7 @@ import_p12_file (const char *fname)
log_printf ("%02X", grip[i]);
log_printf ("\n");
- /* convert to canonical encoding */
+ /* Convert to canonical encoding. */
buflen = gcry_sexp_sprint (s_key, GCRYSEXP_FMT_CANON, NULL, 0);
assert (buflen);
key = gcry_xmalloc_secure (buflen);