mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Indication of x509_get_numeric_string() deprecation
This commit is contained in:
parent
c70b982056
commit
d5c2b542cc
1 changed files with 1 additions and 0 deletions
|
|
@ -549,6 +549,7 @@ const char *x509_oid_get_description( x509_buf *oid );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Give an OID, return a string version of its OID number.
|
* \brief Give an OID, return a string version of its OID number.
|
||||||
|
* (Deprecated. Use oid_get_numeric_string() instead)
|
||||||
*
|
*
|
||||||
* \param buf Buffer to write to
|
* \param buf Buffer to write to
|
||||||
* \param size Maximum size of buffer
|
* \param size Maximum size of buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue