Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / ciphers.c
index c3bd859d68c153cfc0a7ba404c993bb5909f365b..2d6e104790cf9440193bf2e3db427e3dbdce396a 100644 (file)
@@ -202,6 +202,7 @@ end:
        if (ctx != NULL) SSL_CTX_free(ctx);
        if (ssl != NULL) SSL_free(ssl);
        if (STDout != NULL) BIO_free_all(STDout);
+       apps_shutdown();
        EXIT(ret);
        }