Modify the X509 V3 extension lookup code.

This commit is contained in:
Dr. Stephen Henson
1999-12-01 01:49:46 +00:00
parent fea9afbfc7
commit 08cba61011
8 changed files with 217 additions and 35 deletions

View File

@@ -279,8 +279,6 @@ EF_ALIGNMENT=0;
key = NULL;
section = NULL;
X509V3_add_standard_extensions();
preserve=0;
msie_hack=0;
if (bio_err == NULL)
@@ -1239,7 +1237,6 @@ err:
X509_free(x509);
X509_CRL_free(crl);
CONF_free(conf);
X509V3_EXT_cleanup();
OBJ_cleanup();
EXIT(ret);
}