Restore array formatting

Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
Ryan Everett 2023-09-25 14:15:03 +01:00
parent 1c19557f49
commit 1a91309324

View file

@ -710,7 +710,7 @@ static const oid_cipher_alg_t oid_cipher_alg[] =
{
NULL_OID_DESCRIPTOR,
MBEDTLS_CIPHER_NONE,
}
},
};
FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg)