diff options
Diffstat (limited to '')
-rw-r--r-- | sm/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index 2b7fbfecf..b0e312740 100644 --- a/sm/import.c +++ b/sm/import.c @@ -41,7 +41,7 @@ print_imported_status (CTRL ctrl, KsbaCert cert) char *fpr; fpr = gpgsm_get_fingerprint_hexstring (cert, GCRY_MD_SHA1); - gpgsm_status2 (ctrl, STATUS_IMPORTED, fpr, " [X.509]", NULL); + gpgsm_status2 (ctrl, STATUS_IMPORTED, fpr, "[X.509]", NULL); xfree (fpr); } |