Commit c71ed2f
committed
[nrf noup] mcuboot: Prevent PSA crypto driver requirements
-This commit adds MBEDTLS_PSA_CRYPTO_CLIENT to the config-file
that MCUboot uses, to ensure that we are not requesting details
about PSA crypto drivers. When MBEDTLS_PSA_CRYPTO_CLIENT is set
and not MBEDTLS_PSA_CRYPTO_C, then we are preventing from figuring
out what the PSA crypto driver contexts structures look like...
please see a comment in psa/crypto_structs.h for details
Signed-off-by: Frank Audun Kvamtrø <[email protected]>1 parent 81a4388 commit c71ed2f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
0 commit comments