mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-09 16:35:16 +00:00
Merge pull request #5806 from josesimoes/fix-3031
Remove prompt to exit in all programs
This commit is contained in:
commit
9bc53a2e84
42 changed files with 0 additions and 212 deletions
|
|
@ -3151,14 +3151,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue