Get rid of SERVERQUIT code in ssl_{client,server}2

This commit is contained in:
Manuel Pégourié-Gonnard 2014-08-14 17:47:17 +02:00
parent 74b11702d7
commit dcab293bd4
2 changed files with 13 additions and 26 deletions

View file

@ -1559,13 +1559,6 @@ reset:
polarssl_free( larger_buf );
}
if( memcmp( buf, "SERVERQUIT", 10 ) == 0 )
{
ret = 0;
goto exit;
}
if( ret > 0 )
break;
}