diff options
Diffstat (limited to 'sm/import.c')
-rw-r--r-- | sm/import.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index ca693824a..7ee1d7164 100644 --- a/sm/import.c +++ b/sm/import.c @@ -836,7 +836,8 @@ 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="); + if (DBG_X509) + 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. */ |