e96c5854d0
This makes it easier to ensure that crypto_spe.h is included everywhere it needs to be, and that it's included early enough to do its job (it must be included before any mention of psa_xxx() functions with external linkage, because it defines macros to rename these functions). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
Bugfix
|
|
* When MBEDTLS_PSA_CRYPTO_SPM is enabled, crypto_spe.h was not included
|
|
in all the right places. Include it from crypto_platform.h, which is
|
|
the natural place. Fixes #4649.
|