ssl3_read_bytes bug fix

Submitted by: D P Chang <dpc@qualys.com>
Reviewed by: Bodo
This commit is contained in:
Ulf Möller
2001-12-28 17:14:35 +00:00
parent 3c89d78dba
commit dcbbf83dba
2 changed files with 5 additions and 0 deletions

View File

@@ -1087,6 +1087,7 @@ start:
/* TLS just ignores unknown message types */
if (s->version == TLS1_VERSION)
{
rr->length = 0;
goto start;
}
#endif