mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 02:43:26 +00:00
Commit files generated by `tests/scripts/generate_psa_wrappers.py`. As of this commit, the new code is neither useful (the wrappers just call the underlying functions) nor used (the wrapper functions are not called from anywhere). This will change in subsequent commits. This is a deviation from our normal practice of generating configuration-independent platform-independent files as part of the build in the development branch. The PSA test wrappers will be committed to the repository for some time for two reasons: * In the short term, we will review the generated code but not fully review the generator script. * The build scripts cannot yet accommodate a generated header file. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>