]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/rand.c
Use apps_shutdown() in all applications, in case someone decides not
[thirdparty/openssl.git] / apps / rand.c
index 10adf0e95d81e3f3810987b9ee169afb145e5769..faba057b772d9107f4396e4634990346fcfa6d3a 100644 (file)
@@ -157,5 +157,6 @@ err:
        ERR_print_errors(bio_err);
        if (out)
                BIO_free_all(out);
+       apps_shutdown();
        EXIT(ret);
        }