aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_test.c')
-rw-r--r--crypto/rsa/rsa_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rsa/rsa_test.c b/crypto/rsa/rsa_test.c
index 2c0a1d5..5dee24b 100644
--- a/crypto/rsa/rsa_test.c
+++ b/crypto/rsa/rsa_test.c
@@ -307,6 +307,7 @@ int main(int argc, char *argv[])
RSA_free(key);
}
+ CRYPTO_cleanup_all_ex_data();
ERR_remove_state(0);
CRYPTO_mem_leaks_fp(stdout);