1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed a build bug (straw letter in sm/import.c) and updated the documentation.

This commit is contained in:
Werner Koch 2004-02-04 19:13:16 +00:00
parent 6788ede345
commit cfb33014ae
11 changed files with 167 additions and 36 deletions

View file

@ -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);