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 8e5634182..3d08254c8 100644 --- a/sm/import.c +++ b/sm/import.c @@ -881,7 +881,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. */ |
