mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Remove prompt to exit in all programs
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
This commit is contained in:
@ -515,11 +515,6 @@ exit:
|
||||
mbedtls_memory_buffer_alloc_free();
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
mbedtls_printf( " Press Enter to exit this program.\n" );
|
||||
fflush( stdout ); getchar();
|
||||
#endif
|
||||
|
||||
mbedtls_exit( ret );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user