Add reports on checked 64-bit platforms and make space to add platforms that need...
[openssl.git] / apps / dh.c
index 20581f66495871df3026f067f771efdf14e76362..dc854264f0bddcb40e012373ef0e0480485521e9 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -69,7 +69,6 @@
 #include <openssl/dh.h>
 #include <openssl/x509.h>
 #include <openssl/pem.h>
-#include <openssl/engine.h>
 
 #undef PROG
 #define PROG   dh_main
@@ -330,6 +329,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