1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Remove prompt to exit in all programs

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
This commit is contained in:
josesimoes
2022-05-05 11:20:33 +01:00
committed by José Simões
parent 25b1f5d2b7
commit 23419560c9
42 changed files with 0 additions and 212 deletions

View File

@ -192,11 +192,6 @@ int main( int argc, char *argv[] )
list++;
}
#if defined(_WIN32)
mbedtls_printf( "\n Press Enter to exit this program.\n" );
fflush( stdout ); getchar();
#endif
mbedtls_exit( exit_code );
}