Fix spacing in declaration of mbedtls_asn1_get_sequence_of()
This commit is contained in:
parent
c0dab627ce
commit
3c3d5c5836
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue