mbedtls/ChangeLog.d/error-include-string.txt
Gilles Peskine b64e0fe5e3 Fix conditions for including string.h in error.c
<string.h> is actually needed when MBEDTLS_ERROR_C is enabled and not
when only MBEDTLS_ERROR_STRERROR_DUMMY is enabled.

Fix #3866.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-11-09 15:17:07 +01:00

3 lines
75 B
Plaintext

Bugfix
* Fix conditions for including string.h in error.c. Fixes #3866.