commit | 1ffefaca1e13203ca03a439e2513c51d0f755a29 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Sep 28 15:23:03 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 29 15:01:42 2013 +0200 |
tree | cfba6144b2c0db1cd605c1aa31928bbdbfb1b738 | |
parent | c55988406f9ef0d79539ed9764c0bc2a1168ffa7 [diff] [blame] |
Introduced entropy_free()
diff --git a/tests/suites/test_suite_rsa.function b/tests/suites/test_suite_rsa.function index dfd2c96..9bc8a24 100644 --- a/tests/suites/test_suite_rsa.function +++ b/tests/suites/test_suite_rsa.function
@@ -528,6 +528,7 @@ } rsa_free( &ctx ); + entropy_free( &entropy ); } /* END_CASE */