1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-04-20 12:07:51 +03:00

Cosmetics in ssl_server2

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-21 11:54:41 +01:00
parent 60346be2a3
commit f29e5de09d

View File

@ -1710,6 +1710,9 @@ exit:
} }
#endif #endif
printf( " . Cleaning up..." );
fflush( stdout );
if( client_fd != -1 ) if( client_fd != -1 )
net_close( client_fd ); net_close( client_fd );
@ -1748,6 +1751,8 @@ exit:
memory_buffer_alloc_free(); memory_buffer_alloc_free();
#endif #endif
printf( " done.\n" );
#if defined(_WIN32) #if defined(_WIN32)
printf( " + Press Enter to exit this program.\n" ); printf( " + Press Enter to exit this program.\n" );
fflush( stdout ); getchar(); fflush( stdout ); getchar();