1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-27 12:15:33 +03:00

Changelog: Reworded fix-clang-psa-build-without-dhm

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2025-09-29 11:38:10 +01:00
parent cc3f987c4f
commit 30f42edd43

View File

@@ -1,3 +1,5 @@
Bugfix
* Fix Clang compilation error when MBEDTLS_USE_PSA_CRYPTO is enabled
but MBEDTLS_DHM_C is disabled. Reported by Michael Schuster in #9188.
* Fix Clang compilation error when finite-field Diffie-Hellman is disabled.
Reported by Michael Schuster in #9188.