commit | 6d10a56ce8c91b753f9b50c63c3373fd3a8803d9 | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Fri Aug 16 08:15:04 2019 +0200 |
committer | k-stachowiak <krzysiek.stachowiak@gmail.com> | Fri Aug 16 09:14:32 2019 +0200 |
tree | 1e3e4d740ed6ab8e483816000962db91e63e05dd | |
parent | 3b0c4306384053bdc144d9bc390125465106027a [diff] [blame] |
Remove obsolete comment
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 727054e..869c7b6 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -417,7 +417,5 @@ if( suites_failed > 0) mbedtls_exit( MBEDTLS_EXIT_FAILURE ); - /* return() is here to prevent compiler warnings */ - return( MBEDTLS_EXIT_SUCCESS ); + mbedtls_exit( MBEDTLS_EXIT_SUCCESS ); } -