Remove trailing whitespace
This commit is contained in:
parent
593fccdf97
commit
60ea0fc185
@ -1903,7 +1903,7 @@ static int x509_crt_check_signature( const mbedtls_x509_crt *child,
|
|||||||
const mbedtls_md_info_t *md_info;
|
const mbedtls_md_info_t *md_info;
|
||||||
md_info = mbedtls_md_info_from_type( child->sig_md );
|
md_info = mbedtls_md_info_from_type( child->sig_md );
|
||||||
hash_len = mbedtls_md_get_size( md_info );
|
hash_len = mbedtls_md_get_size( md_info );
|
||||||
|
|
||||||
/* Note: hash errors can happen only after an internal error */
|
/* Note: hash errors can happen only after an internal error */
|
||||||
if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 )
|
if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 )
|
||||||
return( -1 );
|
return( -1 );
|
||||||
|
Loading…
Reference in New Issue
Block a user