commit | 6d61d83f291149791f29ec4ec34c8bf05487a883 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Fri Oct 28 09:22:28 2022 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Fri Oct 28 09:23:09 2022 +0100 |
tree | 5081841c8bb97129502f85c2c501d609c7449301 | |
parent | 23b79b6c9c87736bddec99e0d615bf3b316b7fc7 [diff] |
Build fix - remove line of dead code Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/suites/test_suite_ecdsa.function b/tests/suites/test_suite_ecdsa.function index a58b1f8..bc67e35 100644 --- a/tests/suites/test_suite_ecdsa.function +++ b/tests/suites/test_suite_ecdsa.function
@@ -681,7 +681,6 @@ { mbedtls_ecdsa_context ctx; mbedtls_mpi sig_r, sig_s; - const mbedtls_ecp_curve_info *curve_info; mbedtls_ecdsa_init( &ctx ); mbedtls_mpi_init( &sig_r );