1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +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

@ -3134,14 +3134,6 @@ exit:
mbedtls_memory_buffer_alloc_free();
#endif /* MBEDTLS_MEMORY_BUFFER_ALLOC_C */
#if defined(_WIN32)
if( opt.query_config_mode == DFL_QUERY_CONFIG_MODE )
{
mbedtls_printf( " + Press Enter to exit this program.\n" );
fflush( stdout ); getchar();
}
#endif
// Shell can not handle large exit numbers -> 1 for errors
if( ret < 0 )
ret = 1;