mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 19:15:35 +00: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…
Reference in a new issue