Make the necessary changes to work with the recent "ex_data" overhaul.
[openssl.git] / crypto / dsa / dsatest.c
index 9eea86669d6515a82574aeda53e55ad5757047be..5f24b59554636045f536d1d3ab96b467e6065bc2 100644 (file)
@@ -202,6 +202,7 @@ end:
        if (!ret)
                ERR_print_errors(bio_err);
        if (dsa != NULL) DSA_free(dsa);
+       CRYPTO_cleanup_all_ex_data();
        ERR_remove_state(0);
        CRYPTO_mem_leaks(bio_err);
        if (bio_err != NULL)