1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fixed typos in code

This commit is contained in:
Paul Bakker
2014-04-08 17:35:40 +02:00
parent 0f79babd4b
commit 75342a65e4
7 changed files with 8 additions and 8 deletions

View File

@ -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 );