mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00:00
Build fix - remove line of dead code
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
ce48c92c6c
commit
f00466e2e0
@ -472,7 +472,6 @@ void ecdsa_verify( int grp_id, char * x, char * y, char * r, char * s, data_t *
|
||||
{
|
||||
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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user