Allow the maximum value.
This commit is contained in:
parent
989d87cb1a
commit
dac3654e2d
@ -584,7 +584,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len)
|
||||
int i,tot;
|
||||
|
||||
s->rwstate=SSL_NOTHING;
|
||||
OPENSSL_assert(s->s3->wnum < INT_MAX);
|
||||
OPENSSL_assert(s->s3->wnum <= INT_MAX);
|
||||
tot=s->s3->wnum;
|
||||
s->s3->wnum=0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user