mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
26769f190b
Signed-off-by: Sam Berry <sam.berry@arm.com>
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
Bugfix
|
|
* When MBEDTLS_PSA_CRYPTO_C was disabled and MBEDTLS_ECDSA_C enabled,
|
|
some code was defining 0-size arrays, resulting in compilation errors.
|
|
Fixed by disabling the offending code in configurations without PSA
|
|
Crypto, where it never worked. Fixes #9311.
|