Modify the X509 V3 extension lookup code.
[openssl.git] / apps / ca.c
index b5c6f92b870d9d08ea5c54707a4cd853deb4a3e5..89a73b666f5507d48ccee2920fc7f64a0ecbb673 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -279,8 +279,6 @@ EF_ALIGNMENT=0;
        key = NULL;
        section = NULL;
 
        key = NULL;
        section = NULL;
 
-       X509V3_add_standard_extensions();
-
        preserve=0;
        msie_hack=0;
        if (bio_err == NULL)
        preserve=0;
        msie_hack=0;
        if (bio_err == NULL)
@@ -1239,7 +1237,6 @@ err:
        X509_free(x509);
        X509_CRL_free(crl);
        CONF_free(conf);
        X509_free(x509);
        X509_CRL_free(crl);
        CONF_free(conf);
-       X509V3_EXT_cleanup();
        OBJ_cleanup();
        EXIT(ret);
        }
        OBJ_cleanup();
        EXIT(ret);
        }