The various hash #includes in rand_lcl.h *are* needed despite
[openssl.git] / apps / dsaparam.c
index 983cd04329aa8682873351fc9ffa96491a312751..4196413217f0e4499528589e06ecdcff23c71265 100644 (file)
@@ -368,6 +368,7 @@ end:
        if (in != NULL) BIO_free(in);
        if (out != NULL) BIO_free_all(out);
        if (dsa != NULL) DSA_free(dsa);
+       apps_shutdown();
        EXIT(ret);
        }