Modify the X509 V3 extension lookup code.
[openssl.git] / apps / crl.c
index 9bab031c81bfe689fa068ccfd3df5209dc0e2e78..c73b35db7438ef087294f297f277a1fd2c8fe86d 100644 (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);
        }