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
@ -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 New Issue
Block a user