mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 10:00:48 +00:00
b1176f2583
Integrators of Mbed TLS may override the header files "psa/crypto_platform.h" and "psa/crypto_struct.h" by overwriting the files or by placing alternative versions earlier in the include file search path. These two methods are sometimes inconvenient, so allow a third method which doesn't require overwriting files or having a precise order for the include path: integrators can now specify alternative names for the headers. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
Features
|
|
* The configuration macros MBEDTLS_PSA_CRYPTO_PLATFORM_FILE and
|
|
MBEDTLS_PSA_CRYPTO_STRUCT_FILE specify alternative locations for
|
|
the headers "psa/crypto_platform.h" and "psa/crypto_struct.h".
|