From 3cc6cdea0f673eadc61b97756a2ff46281749b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 11 Jan 2000 08:09:27 +0000 Subject: The buffer in ss3_read_n cannot actually occur because it is never called with max > n when extend is set. --- ssl/s3_pkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s3_pkt.c') diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 38063b50d5..7728284bef 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -293,7 +293,7 @@ again: goto f_err; } - s->rstate=SSL_ST_READ_BODY; + /* now s->rstate == SSL_ST_READ_BODY; */ } /* get and decode the data */ -- cgit v1.2.3