mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-28 18:12:46 +08:00
Fix spacing in declaration of mbedtls_asn1_get_sequence_of()
This commit is contained in:
parent
c0dab627ce
commit
3c3d5c5836
@ -314,7 +314,7 @@ void mbedtls_asn1_sequence_free( mbedtls_asn1_sequence *seq );
|
||||
int mbedtls_asn1_get_sequence_of( unsigned char **p,
|
||||
const unsigned char *end,
|
||||
mbedtls_asn1_sequence *cur,
|
||||
int tag);
|
||||
int tag );
|
||||
|
||||
/**
|
||||
* \brief Traverse an ASN.1 SEQUENCE container and
|
||||
|
Loading…
x
Reference in New Issue
Block a user