Files
mbedtls/ChangeLog.d/fix-compilation-when-memcpy-is-function-like-macro.txt
Minos Galanakis 93145552cd Restored changelog entries
This commit restores all changelog entries between the
mbedtls-3.6.0 tag and the mbedtls-4.0.0-beta tag.

git diff ce4683e..09dc57d --name-status -- ChangeLog.d

Signed-off-by: Minos Galanakis <[email protected]>
2025-09-26 15:53:04 +01:00

3 lines
88 B
Plaintext

Bugfix
* Fix compilation error when memcpy() is a function-like macros. Fixes #8994.