mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Move verify_result from ssl_context to session
This commit is contained in:
parent
43fdd617e1
commit
38d1eba3b5
4 changed files with 12 additions and 6 deletions
|
|
@ -859,6 +859,9 @@ send_request:
|
|||
{
|
||||
--opt.reconnect;
|
||||
|
||||
printf( " ! Press a key to reconnect\n" );
|
||||
(void) getchar();
|
||||
|
||||
printf( " . Reconnecting with saved session..." );
|
||||
fflush( stdout );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue