mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-23 05:47:50 +00:00
Fix typo in asn1.h
This commit is contained in:
parent
8a6ba0b495
commit
75ea35eac8
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \name DER constants
|
* \name DER constants
|
||||||
* These constants comply with DER encoded the ANS1 type tags.
|
* These constants comply with the DER encoded ASN.1 type tags.
|
||||||
* DER encoding uses hexadecimal representation.
|
* DER encoding uses hexadecimal representation.
|
||||||
* An example DER sequence is:\n
|
* An example DER sequence is:\n
|
||||||
* - 0x02 -- tag indicating INTEGER
|
* - 0x02 -- tag indicating INTEGER
|
||||||
|
|
Loading…
Reference in a new issue