fix(tc): rename macro to match PSA spec

Update 'PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE' to
'PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE' which is defined
in the PSA Certified Attestation API spec.

Change-Id: I5837fea552e6fe18a203412eb90d41e2f90ad6f1
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
This commit is contained in:
Jimmy Brisson 2023-06-30 08:59:26 -05:00
parent b0542b58ca
commit 1fc20d7f52

View file

@ -7,6 +7,6 @@
#ifndef REGION_DEFS_H
#define REGION_DEFS_H
#define PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE 0x800
#define PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE 0x800
#endif /* REGION_DEFS_H */