md_alg is used in ecdsa_sign_wrap(), cleanup code
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
cb753a6945
commit
05132ed490
1 changed files with 0 additions and 1 deletions
|
@ -870,7 +870,6 @@ static int ecdsa_sign_wrap( void *ctx_arg, mbedtls_md_type_t md_alg,
|
||||||
size_t curve_bits;
|
size_t curve_bits;
|
||||||
psa_ecc_family_t curve =
|
psa_ecc_family_t curve =
|
||||||
mbedtls_ecc_group_to_psa( ctx->grp.id, &curve_bits );
|
mbedtls_ecc_group_to_psa( ctx->grp.id, &curve_bits );
|
||||||
((void) md_alg);
|
|
||||||
|
|
||||||
/* PSA has its own RNG */
|
/* PSA has its own RNG */
|
||||||
((void) f_rng);
|
((void) f_rng);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue