commit | d0fa5ccbb0853ec9ae2a2e6041aee06bc4d6c57b | [log] [tgz] |
---|---|---|
author | Nicholas Wilson <nicholas.wilson@realvnc.com> | Mon May 11 10:39:49 2015 +0100 |
committer | Nicholas Wilson <nicholas.wilson@realvnc.com> | Mon May 11 10:44:11 2015 +0100 |
tree | ee00d169b94a47a4f047d44da5d9fc7a7fd210f7 | |
parent | 770b5e1e9e043a00f79276d588c8c7437c0b774c [diff] [blame] |
Typos and doc additions
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 31a7d2b..11330f2 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h
@@ -396,7 +396,7 @@ * \param oid OID to translate * * \return Length of the string written (excluding final NULL) or - * POLARSSL_ERR_OID_BUF_TO_SMALL in case of error + * POLARSSL_ERR_OID_BUF_TOO_SMALL in case of error */ int oid_get_numeric_string( char *buf, size_t size, const asn1_buf *oid );