]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/enc.c
Use apps_shutdown() in all applications, in case someone decides not
[thirdparty/openssl.git] / apps / enc.c
index ac3014b24ce361297d9616fb0a81ac70046843b7..49cae7579c391a938e08e55646e100fd8506d398 100644 (file)
@@ -575,6 +575,7 @@ end:
        if (benc != NULL) BIO_free(benc);
        if (b64 != NULL) BIO_free(b64);
        if(pass) OPENSSL_free(pass);
+       apps_shutdown();
        EXIT(ret);
        }