summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s3_pkt.c')
-rw-r--r--ssl/s3_pkt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index 93d1461a32..ae8b981eee 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -214,6 +214,7 @@ static int ssl3_read_n(SSL *s, int n, int max, int extend)
s->s3->rbuf.offset = off + n;
s->s3->rbuf.left = newb - n;
s->packet_length += n;
+ s->rwstate=SSL_NOTHING;
return(n);
}