Fix ci break in builds without platform.h

This commit is contained in:
Janos Follath 2016-04-18 18:18:48 +01:00 committed by Simon Butcher
parent 1ed9f99ef3
commit 55abc21521
2 changed files with 3 additions and 1 deletions

View file

@ -356,7 +356,7 @@ int main(int argc, const char *argv[])
if( unmet_dependencies[ i-1 ] == NULL )
{
mbedtls_printf("FATAL: Out of memory\n");
mbedtls_exit( MBEDTLS_PLATFORM_STD_EXIT_FAILURE );
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
}
unmet_dep_count++;
}