mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-24 09:59:46 +00:00
Get rid of SERVERQUIT code in ssl_{client,server}2
This commit is contained in:
@@ -1559,13 +1559,6 @@ reset:
|
||||
polarssl_free( larger_buf );
|
||||
}
|
||||
|
||||
|
||||
if( memcmp( buf, "SERVERQUIT", 10 ) == 0 )
|
||||
{
|
||||
ret = 0;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
if( ret > 0 )
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user