mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 16:41:19 +08:00

This commit fixes include issues with error.c. Since error_common.h now defines error codes, this is a mandatory include. The macro MBEDTLS_ERROR_C guards functions for strerror which is now found in error.h. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>