diff options
author | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
commit | cfb33014ae643381cc0a407ddca50e244c26811c (patch) | |
tree | 32bfbd70fcc4726a43f70cabd34e8679d770e126 /agent/protect-tool.c | |
parent | Try to use getent, so that it also works for NIS (diff) | |
download | gnupg-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.c | 2 |
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); |