md_alg is used in ecdsa_sign_wrap(), cleanup code

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2022-03-16 15:40:46 +01:00
parent cb753a6945
commit 05132ed490

View File

@ -870,7 +870,6 @@ static int ecdsa_sign_wrap( void *ctx_arg, mbedtls_md_type_t md_alg,
size_t curve_bits;
psa_ecc_family_t curve =
mbedtls_ecc_group_to_psa( ctx->grp.id, &curve_bits );
((void) md_alg);
/* PSA has its own RNG */
((void) f_rng);