Reset the version number of the issuer certificate? I believe this

hasn't been tested in a long while...
This commit is contained in:
Richard Levitte 2003-04-03 18:50:48 +00:00
parent 46b695d850
commit 2bdcfbd7a3

View File

@ -2193,7 +2193,7 @@ again2:
#ifdef X509_V3
/* Make it an X509 v3 certificate. */
if (!X509_set_version(x509,2)) goto err;
if (!X509_set_version(ret,2)) goto err;
#endif
if (BN_to_ASN1_INTEGER(serial,ci->serialNumber) == NULL)