1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed

Common mbedtls_param_failed()
This commit is contained in:
Gilles Peskine
2020-10-06 22:15:42 +02:00
committed by GitHub
28 changed files with 458 additions and 446 deletions

View File

@ -683,7 +683,6 @@ int execute_tests( int argc , const char ** argv )
if( unmet_dep_count == 0 )
{
test_info.result = TEST_RESULT_SUCCESS;
test_info.paramfail_test_state = PARAMFAIL_TESTSTATE_IDLE;
test_info.step = (unsigned long)( -1 );
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))