commit | 8d49ba3b7832b7b95fd6a2ddc9ba63b2824eb2a0 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Aug 23 15:22:56 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Sep 04 16:17:25 2019 +0100 |
tree | 08881ebac0503b6438bb003acdfa8b3472bb27f5 | |
parent | 7cb5c110678c983a371cbb3e147b0aa436a1a17c [diff] |
Fixup: Definition of TinyCrypt OID descriptor structure
diff --git a/library/oid.c b/library/oid.c index dd73cf0..674c3b8 100644 --- a/library/oid.c +++ b/library/oid.c
@@ -488,11 +488,11 @@ static const oid_ecp_grp_t oid_ecp_grp[] = { { - { ADD_LEN( MBEDTLS_OID_EC_GRP_SECP256R1 ), "secp256r1", "secp256r1" }, + OID_DESCRIPTOR( MBEDTLS_OID_EC_GRP_SECP256R1 , "secp256r1", "secp256r1" ), MBEDTLS_UECC_DP_SECP256R1, }, { - { NULL, 0, NULL, NULL }, + NULL_OID_DESCRIPTOR, MBEDTLS_UECC_DP_NONE, }, };