mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
- Fixed variable doc for 'tag'
This commit is contained in:
parent
08a508838c
commit
8b21f7a55d
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ int asn1_get_bitstring( unsigned char **p, const unsigned char *end,
|
||||||
* \param p The position in the ASN.1 data
|
* \param p The position in the ASN.1 data
|
||||||
* \param end End of data
|
* \param end End of data
|
||||||
* \param cur First variable in the chain to fill
|
* \param cur First variable in the chain to fill
|
||||||
|
* \param tag Type of sequence
|
||||||
*
|
*
|
||||||
* \return 0 if successful or a specific ASN.1 error code.
|
* \return 0 if successful or a specific ASN.1 error code.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue