Skip to content

Commit 60ea0fc

Browse files
author
Andrzej Kurek
committed
Remove trailing whitespace
1 parent 593fccd commit 60ea0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/x509_crt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ static int x509_crt_check_signature( const mbedtls_x509_crt *child,
19031903
const mbedtls_md_info_t *md_info;
19041904
md_info = mbedtls_md_info_from_type( child->sig_md );
19051905
hash_len = mbedtls_md_get_size( md_info );
1906-
1906+
19071907
/* Note: hash errors can happen only after an internal error */
19081908
if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 )
19091909
return( -1 );

0 commit comments

Comments
 (0)