mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Fix code formatting
This commit is contained in:
parent
6ca436a457
commit
463928a74b
@ -575,10 +575,10 @@ static int x509_get_crt_ext( unsigned char **p,
|
|||||||
|
|
||||||
/* Get extension ID */
|
/* Get extension ID */
|
||||||
if( ( ret = mbedtls_asn1_get_tag( p, end_ext_data, &extn_oid.len,
|
if( ( ret = mbedtls_asn1_get_tag( p, end_ext_data, &extn_oid.len,
|
||||||
MBEDTLS_ASN1_OID ) ) != 0 )
|
MBEDTLS_ASN1_OID ) ) != 0 )
|
||||||
return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret );
|
return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret );
|
||||||
|
|
||||||
extn_oid.tag = MBEDTLS_ASN1_OID;
|
extn_oid.tag = MBEDTLS_ASN1_OID;
|
||||||
extn_oid.p = *p;
|
extn_oid.p = *p;
|
||||||
*p += extn_oid.len;
|
*p += extn_oid.len;
|
||||||
|
|
||||||
@ -729,7 +729,7 @@ static int x509_crt_parse_der_core( mbedtls_x509_crt *crt, const unsigned char *
|
|||||||
|
|
||||||
memcpy( p, buf, crt->raw.len );
|
memcpy( p, buf, crt->raw.len );
|
||||||
|
|
||||||
// Direct pointers to the new buffer
|
// Direct pointers to the new buffer
|
||||||
p += crt->raw.len - len;
|
p += crt->raw.len - len;
|
||||||
end = crt_end = p + len;
|
end = crt_end = p + len;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user