commit | f00466e2e06b18f12b790d8ac69f138742c6dc54 | [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:22:28 2022 +0100 |
tree | b564471299dbcee356cb7492ac74840754e6e11b | |
parent | ce48c92c6c2291faddf28409341d38820faf7b75 [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 d5959d5..28351e2 100644 --- a/tests/suites/test_suite_ecdsa.function +++ b/tests/suites/test_suite_ecdsa.function
@@ -472,7 +472,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 );