1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

(gpgsm_genkey): Remove the NEW from the certificate

request PEM header.  This is according to the Sphinx standard.
This commit is contained in:
Werner Koch 2004-10-22 12:30:52 +00:00
parent 5b12394f80
commit d230475aaf
2 changed files with 6 additions and 1 deletions

View file

@ -706,7 +706,7 @@ gpgsm_genkey (ctrl_t ctrl, int in_fd, FILE *out_fp)
return tmperr;
}
ctrl->pem_name = "NEW CERTIFICATE REQUEST";
ctrl->pem_name = "CERTIFICATE REQUEST";
rc = gpgsm_create_writer (&b64writer, ctrl, out_fp, &writer);
if (rc)
{