mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
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>
This commit is contained in:
parent
bce4dc028f
commit
b64e0fe5e3
3 changed files with 4 additions and 2 deletions
2
ChangeLog.d/error-include-string.txt
Normal file
2
ChangeLog.d/error-include-string.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Bugfix
|
||||
* Fix conditions for including string.h in error.c. Fixes #3866.
|
||||
Loading…
Add table
Add a link
Reference in a new issue