Use apps_shutdown() in all applications, in case someone decides not
[oweals/openssl.git] / apps / gendh.c
index 14928d84a3e724b9378ed462463092a9515c5a41..e8f8493c5f49ba9c42f2db522c8a7a7e55ec5861 100644 (file)
@@ -195,6 +195,7 @@ end:
                ERR_print_errors(bio_err);
        if (out != NULL) BIO_free_all(out);
        if (dh != NULL) DH_free(dh);
+       apps_shutdown();
        EXIT(ret);
        }