Fixing CI complains.
Signed-off-by: pespacek <peter.spacek@silabs.com>
This commit is contained in:
parent
b06acd734b
commit
d9aaf768b5
1 changed files with 1 additions and 2 deletions
|
@ -984,7 +984,6 @@ static int ssl_tls13_write_certificate_verify_body( mbedtls_ssl_context *ssl,
|
||||||
|
|
||||||
/* Hash verify buffer with indicated hash function */
|
/* Hash verify buffer with indicated hash function */
|
||||||
psa_algorithm = mbedtls_psa_translate_md( md_alg );
|
psa_algorithm = mbedtls_psa_translate_md( md_alg );
|
||||||
|
|
||||||
status = psa_hash_compute( psa_algorithm,
|
status = psa_hash_compute( psa_algorithm,
|
||||||
verify_buffer,
|
verify_buffer,
|
||||||
verify_buffer_len,
|
verify_buffer_len,
|
||||||
|
|
Loading…
Reference in a new issue