]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dh.c
Use apps_shutdown() in all applications, in case someone decides not
[thirdparty/openssl.git] / apps / dh.c
index 20581f66495871df3026f067f771efdf14e76362..603ea5b496d8f4e315db317cff4308b4eeafd8c7 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -330,6 +330,7 @@ end:
        if (in != NULL) BIO_free(in);
        if (out != NULL) BIO_free_all(out);
        if (dh != NULL) DH_free(dh);
+       apps_shutdown();
        EXIT(ret);
        }
 #endif