1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-24 13:32:59 +03:00

Simplification of the tests

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-05-27 15:24:33 +02:00
parent 7019955c76
commit 2d0769d149
6 changed files with 33 additions and 41 deletions

View File

@@ -204,15 +204,6 @@ int mbedtls_test_hexcmp( uint8_t * a, uint8_t * b,
return ret;
}
void mbedtls_param_failed( const char *failure_condition,
const char *file,
int line )
{
(void) failure_condition;
(void) file;
(void) line;
}
#if defined(MBEDTLS_TEST_HOOKS)
void mbedtls_test_err_add_check( int high, int low,
const char *file, int line )