Delete leftover code
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
b1f53976ee
commit
89c1a95f8f
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ psa_status_t mbedtls_psa_hkdf_extract( psa_algorithm_t alg,
|
|||
return( MBEDTLS_ERR_SSL_BAD_INPUT_DATA );
|
||||
}
|
||||
|
||||
//hash_len = mbedtls_md_get_size( md );
|
||||
hash_len = PSA_HASH_LENGTH( alg );
|
||||
|
||||
if( hash_len == 0 )
|
||||
|
|
Loading…
Reference in a new issue