mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
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) && \
|
#if defined(PSA_WANT_ALG_GCM) && \
|
||||||
!( defined(PSA_WANT_KEY_TYPE_AES) || \
|
!( defined(PSA_WANT_KEY_TYPE_AES) || \
|
||||||
defined(PSA_WANT_KEY_TYPE_ARIA) || \
|
|
||||||
defined(PSA_WANT_KEY_TYPE_CAMELLIA) )
|
defined(PSA_WANT_KEY_TYPE_CAMELLIA) )
|
||||||
#error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
|
#error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user