1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-10 17:01:41 +08:00

adjust_legacy_from_psa: fix comment

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-11-08 11:30:15 +01:00
parent a765eaa33e
commit a56eb46ce6

View File

@ -859,7 +859,7 @@
#define MBEDTLS_PSA_BUILTIN_ALG_CCM_STAR_NO_TAG 1 #define MBEDTLS_PSA_BUILTIN_ALG_CCM_STAR_NO_TAG 1
#define MBEDTLS_CCM_C #define MBEDTLS_CCM_C
#endif #endif
#endif /* PSA_WANT_ALG_CCM */ #endif /* PSA_WANT_ALG_CCM_STAR_NO_TAG */
#if defined(PSA_WANT_ALG_GCM) #if defined(PSA_WANT_ALG_GCM)
#if !defined(MBEDTLS_PSA_ACCEL_ALG_GCM) || \ #if !defined(MBEDTLS_PSA_ACCEL_ALG_GCM) || \