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:
parent
6788ede345
commit
cfb33014ae
11 changed files with 167 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue