Deprecate OBJ_cleanup() and make it a no-op
[openssl.git] / apps / ca.c
index d2990a5673ffb012bb0ef4903fed1172386da254..95801fbf39b9ed0a0404424b87f5fdca211345d1 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1307,7 +1307,6 @@ end_of_options:
     X509_CRL_free(crl);
     NCONF_free(conf);
     NCONF_free(extconf);
-    OBJ_cleanup();
     return (ret);
 }