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>
4 lines
214 B
Text
4 lines
214 B
Text
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".
|