Merge remote-tracking branch 'upstream-public/pr/1861' into development
Add Changelog entry
This commit is contained in:
commit
03bd4847b3
43 changed files with 62 additions and 52 deletions
|
@ -403,7 +403,8 @@ extern "C" {
|
|||
/**
|
||||
* \brief Base OID descriptor structure
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct mbedtls_oid_descriptor_t
|
||||
{
|
||||
const char *asn1; /*!< OID ASN.1 representation */
|
||||
size_t asn1_len; /*!< length of asn1 */
|
||||
const char *name; /*!< official name (e.g. from RFC) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue