mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
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:
commit
64237dc0a5
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue