aboutsummaryrefslogtreecommitdiffstats
path: root/sm/import.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-07-03 16:03:22 +0000
committerWerner Koch <[email protected]>2002-07-03 16:03:22 +0000
commitf48b2851f63b047718d8944f9de7dbdea8041d65 (patch)
treeb8867a68d7b810877dcfb1f47083d68aa8c33074 /sm/import.c
parent* configure.ac: Allow setting USE_EXEC_PATH to lock the exec-path to a (diff)
downloadgnupg-f48b2851f63b047718d8944f9de7dbdea8041d65.tar.gz
gnupg-f48b2851f63b047718d8944f9de7dbdea8041d65.zip
* server.c (gpgsm_status2): Insert a blank between all optional
arguments when using assuan. * server.c (cmd_recipient): No more need for extra blank in constants. * import.c (print_imported_status): Ditto. * gpgsm.c (main): Ditto.
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 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);
}