mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Move verify_result from ssl_context to session
This commit is contained in:
committed by
Paul Bakker
parent
43fdd617e1
commit
38d1eba3b5
@ -859,6 +859,9 @@ send_request:
|
||||
{
|
||||
--opt.reconnect;
|
||||
|
||||
printf( " ! Press a key to reconnect\n" );
|
||||
(void) getchar();
|
||||
|
||||
printf( " . Reconnecting with saved session..." );
|
||||
fflush( stdout );
|
||||
|
||||
|
Reference in New Issue
Block a user