Commit a58396e
[nrf fromlist] library: psa_crypto: Fix compilation error in psa_key_derivation_abort
Fix compilation error in psa_key_derivation_abort when
MBEDTLS_PSA_BUILTIN_ALG_TLS12_PRF is defined, but
MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is not defined.
In function 'psa_key_derivation_abort':
error: 'psa_tls12_prf_key_derivation_t'
{aka 'struct psa_tls12_prf_key_derivation_s'} has no member named
'other_secret'
Upstream PR:
Mbed-TLS/mbedtls#7125
Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
(cherry picked from commit 87acf5b)
(cherry picked from commit adea381)1 parent 45374c0 commit a58396e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4345 | 4345 | | |
4346 | 4346 | | |
4347 | 4347 | | |
| 4348 | + | |
4348 | 4349 | | |
4349 | 4350 | | |
4350 | 4351 | | |
4351 | 4352 | | |
4352 | 4353 | | |
4353 | 4354 | | |
| 4355 | + | |
4354 | 4356 | | |
4355 | 4357 | | |
4356 | 4358 | | |
| |||
0 commit comments