Merge remote-tracking branch 'upstream-public/pr/1861' into development

Add Changelog entry
This commit is contained in:
Jaeden Amero 2018-08-10 11:17:14 +01:00
commit 03bd4847b3
43 changed files with 62 additions and 52 deletions

View file

@ -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) */