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

@@ -200,7 +200,6 @@ bad:
}
ERR_load_crypto_strings();
X509V3_add_standard_extensions();
x=load_crl(infile,informat);
if (x == NULL) { goto end; }
@@ -318,7 +317,6 @@ end:
X509_STORE_CTX_cleanup(&ctx);
X509_STORE_free(store);
}
X509V3_EXT_cleanup();
EXIT(ret);
}