mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Fixed typos in code
This commit is contained in:
parent
0f79babd4b
commit
75342a65e4
7 changed files with 8 additions and 8 deletions
|
|
@ -230,7 +230,7 @@ const char *x509_oid_get_description( x509_buf *oid );
|
|||
* \param size Maximum size of buffer
|
||||
* \param oid Buffer containing the OID
|
||||
*
|
||||
* \return Length of the string written (exluding final NULL) or
|
||||
* \return Length of the string written (excluding final NULL) or
|
||||
* POLARSSL_ERR_OID_BUF_TO_SMALL in case of error
|
||||
*/
|
||||
int x509_oid_get_numeric_string( char *buf, size_t size, x509_buf *oid );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue