mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-24 05:00:45 -04:00
Move mbedtls_test_hook_error_add from error.c to helpers.c
This commit moves mbedtls_test_hook_error_add from error.c to helpers.c. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
0f33bfa48a
commit
5b80448105
@ -152,8 +152,4 @@ void mbedtls_strerror(int ret, char *buf, size_t buflen)
|
|||||||
|
|
||||||
#endif /* MBEDTLS_ERROR_C */
|
#endif /* MBEDTLS_ERROR_C */
|
||||||
|
|
||||||
#if defined(MBEDTLS_TEST_HOOKS)
|
|
||||||
void (*mbedtls_test_hook_error_add)(int, int, const char *, int);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* MBEDTLS_ERROR_C || MBEDTLS_ERROR_STRERROR_DUMMY */
|
#endif /* MBEDTLS_ERROR_C || MBEDTLS_ERROR_STRERROR_DUMMY */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user