aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s23_pkt.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-03 16:33:11 +0000
committerBodo Möller <bodo@openssl.org>1999-09-03 16:33:11 +0000
commit074309b7ee16d7f124833e837cac2c9d847ae56d (patch)
treeb800b219d74543d2fc46ed376a0ccdaed79d94d8 /ssl/s23_pkt.c
parent77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb (diff)
downloadopenssl-074309b7ee16d7f124833e837cac2c9d847ae56d.tar.gz
Fix server behaviour when facing backwards-compatible client hellos.
Diffstat (limited to 'ssl/s23_pkt.c')
-rw-r--r--ssl/s23_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s23_pkt.c b/ssl/s23_pkt.c
index 8370ea508c..f45e1ce3d8 100644
--- a/ssl/s23_pkt.c
+++ b/ssl/s23_pkt.c
@@ -89,7 +89,7 @@ int ssl23_write_bytes(SSL *s)
}
}
-/* only return when we have read 'n' bytes */
+/* return regularly only when we have read (at least) 'n' bytes */
int ssl23_read_bytes(SSL *s, int n)
{
unsigned char *p;