Still more X509 V3 stuff. Modify ca.c to work with the new code and modify
[openssl.git] / apps / x509.c
index b375ffe32f85d792a088bd0c520167b6c38c36dd..c4e4890999c0c6b34176317d76fa0ba5d7b86e9e 100644 (file)
@@ -694,7 +694,7 @@ end:
        if (Upkey != NULL) EVP_PKEY_free(Upkey);
        if (CApkey != NULL) EVP_PKEY_free(CApkey);
        if (rq != NULL) X509_REQ_free(rq);
-       X509v3_cleanup_extensions();
+       X509V3_EXT_cleanup();
        EXIT(ret);
        }