Move verify_result from ssl_context to session

This commit is contained in:
Manuel Pégourié-Gonnard 2013-08-23 10:44:29 +02:00 committed by Paul Bakker
parent 43fdd617e1
commit 38d1eba3b5
4 changed files with 12 additions and 6 deletions

View file

@ -859,6 +859,9 @@ send_request:
{
--opt.reconnect;
printf( " ! Press a key to reconnect\n" );
(void) getchar();
printf( " . Reconnecting with saved session..." );
fflush( stdout );