1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-20 21:50:48 +08:00
Files
mbedtls/tests/psa-client-server
David Horstmann 98dfcd4908 Add missing include of stdio.h
This is required in util.h in PSASIM as it uses fprintf. Previously
stdio was inadvertantly included via psa/crypto_struct.h (of all
places).

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2025-09-26 16:30:36 +01:00
..
2025-09-26 16:30:36 +01:00

PSA Crypto Client-Server Testing

Everything in this directory should currently be considered experimental. We are adding features and extending CI support for it.

Once stable, of production quality, and being tested by the CI, it will eventually be migrated into the MbedTLS framework repository.