mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
5
ChangeLog.d/psa_util_in_builds_without_psa.txt
Normal file
5
ChangeLog.d/psa_util_in_builds_without_psa.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user