mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 22:24:16 +01:00
Fixes no return value warning in selftest.c
This commit is contained in:
parent
0914ac47d2
commit
0c539447c1
@ -397,6 +397,6 @@ int main( int argc, char *argv[] )
|
|||||||
if( suites_failed > 0)
|
if( suites_failed > 0)
|
||||||
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
|
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
|
||||||
|
|
||||||
mbedtls_exit( MBEDTLS_EXIT_SUCCESS );
|
return( MBEDTLS_EXIT_SUCCESS );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user