Merge changes from topic "update-mbedtls-to-3.6.1" into integration

* changes:
  refactor(mbedtls): remove hack in LIBMBEDTLS_CFLAGS
  docs(prerequisites): update MbedTLS version to 3.6.1
This commit is contained in:
Manish V Badarkhe 2024-09-23 10:25:22 +02:00 committed by TrustedFirmware Code Review
commit 64237dc0a5
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@ Arm GNU Compiler 13.2
Clang/LLVM 11.0.0
Device Tree Compiler 1.4.7
GNU make 3.81
mbed TLS\ [#f1]_ 3.6.0
mbed TLS\ [#f1]_ 3.6.1
Node.js [#f2]_ 16
OpenSSL 1.0.0
Poetry [#f2]_ 1.3.2

View file

@ -66,7 +66,6 @@ LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
)
ifeq (${PSA_CRYPTO},1)
LIBMBEDTLS_CFLAGS += -Wno-error=unused-but-set-variable
LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
psa_crypto.c \
psa_crypto_client.c \