If an engine comes up explicitely, it must also come down explicitely
[oweals/openssl.git] / apps / ca.c
index 39de2db738ab2aaf79159735734614d0c58b943e..b95f2efa0b5667c06afd2ea566dac3db311a004f 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1231,6 +1231,7 @@ end_of_options:
     X509_CRL_free(crl);
     NCONF_free(conf);
     NCONF_free(extconf);
+    release_engine(e);
     return (ret);
 }