mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 06:40:16 -04:00
Build fix - remove line of dead code
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
23b79b6c9c
commit
6d61d83f29
@ -681,7 +681,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