Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / crl.c
index fb36ed5d02bcb06834feef59bf782fbc4f0479c6..82ef8ce1f62c145d8265a91ea1acc8e38e61f3cc 100644 (file)
@@ -364,6 +364,7 @@ end:
                X509_STORE_CTX_cleanup(&ctx);
                X509_STORE_free(store);
        }
+       apps_shutdown();
        EXIT(ret);
        }