diff options
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); |