1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-05 23:07:49 +02:00

* certreqgen.c (gpgsm_genkey): Write status output on success.

This commit is contained in:
Werner Koch 2002-04-18 13:06:18 +00:00
parent f2183cf081
commit 7cadd7c840
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-18 Werner Koch <wk@gnupg.org>
* certreqgen.c (gpgsm_genkey): Write status output on success.
2002-04-15 Werner Koch <wk@gnupg.org>
* gpgsm.c (main): Check ksba version.

View File

@ -667,6 +667,7 @@ gpgsm_genkey (CTRL ctrl, int in_fd, FILE *out_fp)
goto leave;
}
gpgsm_status (ctrl, STATUS_KEY_CREATED, "P");
log_info ("certificate request created\n");
leave: