aboutsummaryrefslogtreecommitdiffstats
path: root/sm/import.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-04-23 08:00:18 +0000
committerWerner Koch <[email protected]>2020-04-23 08:00:18 +0000
commitc03f80dc196087dbed2be7f87565228f6c067180 (patch)
tree08e1c1b60f4a3060c352ebc4c8aefa28a7174144 /sm/import.c
parentsm: Support decryption of ECDH data. (diff)
downloadgnupg-c03f80dc196087dbed2be7f87565228f6c067180.tar.gz
gnupg-c03f80dc196087dbed2be7f87565228f6c067180.zip
sm: Minor debug output format changes.
--
Diffstat (limited to 'sm/import.c')
-rw-r--r--sm/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c
index 4c699c2dd..3f4d192c2 100644
--- a/sm/import.c
+++ b/sm/import.c
@@ -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. */