psa: config: Remove check on ARIA in GCM prerequisites
ARIA is not supported yet through the PSA API. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
4501c98fc2
commit
9e3926a295
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@
|
|||
|
||||
#if defined(PSA_WANT_ALG_GCM) && \
|
||||
!( defined(PSA_WANT_KEY_TYPE_AES) || \
|
||||
defined(PSA_WANT_KEY_TYPE_ARIA) || \
|
||||
defined(PSA_WANT_KEY_TYPE_CAMELLIA) )
|
||||
#error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue