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

@@ -365,7 +365,6 @@ bad:
}
ERR_load_crypto_strings();
X509V3_add_standard_extensions();
#ifndef MONOLITH
/* Lets load up our environment a little */
@@ -843,7 +842,6 @@ end:
EVP_PKEY_free(pkey);
X509_REQ_free(req);
X509_free(x509ss);
X509V3_EXT_cleanup();
OBJ_cleanup();
ASN1_STRING_TABLE_cleanup();
#ifndef NO_DSA