mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
sm: Minor debug output format changes.
--
This commit is contained in:
parent
95d83cf906
commit
c03f80dc19
3 changed files with 3 additions and 3 deletions
|
@ -882,7 +882,7 @@ parse_p12 (ctrl_t ctrl, ksba_reader_t reader, struct stats_s *stats)
|
|||
log_error ("can't calculate keygrip\n");
|
||||
goto leave;
|
||||
}
|
||||
log_printhex (grip, 20, "keygrip=");
|
||||
log_printhex (grip, 20, "keygrip:");
|
||||
|
||||
/* Convert to canonical encoding using a function which pads it to a
|
||||
multiple of 64 bits. We need this padding for AESWRAP. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue