commit | bf2dae1516e3258ae3973447f76f34c2577bb726 | [log] [tgz] |
---|---|---|
author | toth92g <toth92g@gmail.com> | Tue May 04 11:31:03 2021 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Mon Jan 02 20:27:32 2023 +0100 |
tree | c6e91aaccb56146127cd287b0729105a1f879f0e | |
parent | e763098b42fee892c666535b2c7502d0702459a5 [diff] [blame] |
Replacing tabs with spaces Signed-off-by: toth92g <toth92g@gmail.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c index 5a356af..c3e5f37 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -636,10 +636,10 @@ subject_key_id->p = *p; *p += len; } - - if( *p != end ) - return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + - MBEDTLS_ERR_ASN1_LENGTH_MISMATCH ); + + if( *p != end ) + return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + + MBEDTLS_ERR_ASN1_LENGTH_MISMATCH ); return( 0 ); }