Make the necessary changes to work with the recent "ex_data" overhaul.
[openssl.git] / crypto / ec / ectest.c
index c1f0b44c9bd1948b1c78b47d19bff9563e8057f4..1d0b337b45f51c934664751a4c11eed9f7bb121d 100644 (file)
@@ -619,6 +619,7 @@ int main(int argc, char *argv[])
        if (P_521) EC_GROUP_free(P_521);
 
        ENGINE_cleanup();
+       CRYPTO_cleanup_all_ex_data();
        ERR_free_strings();
        ERR_remove_state(0);
        CRYPTO_mem_leaks_fp(stderr);