Corrections to the new functions names and error message wording

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz 2021-07-05 15:16:00 +02:00
parent 053b99b90b
commit d9be65277d
8 changed files with 15 additions and 11 deletions

View file

@ -129,7 +129,7 @@ extern "C" {
* Only used when invasive testing is enabled via MBEDTLS_TEST_HOOKS.
*/
extern void (*mbedtls_test_hook_error_add)( int, int, const char *, int );
extern void (*mbedtls_test_hook_value)( int test, const char * file, int line );
extern void (*mbedtls_test_hook_assert_test)( int test, const char * file, int line );
#endif
/**

View file

@ -1683,7 +1683,7 @@
*
* Uncomment to enable invasive tests.
*/
#define MBEDTLS_TEST_HOOKS
//#define MBEDTLS_TEST_HOOKS
/**
* \def MBEDTLS_THREADING_ALT