summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/s23_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/ssl/s23_pkt.c')
-rw-r--r--crypto/openssl/ssl/s23_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/ssl/s23_pkt.c b/crypto/openssl/ssl/s23_pkt.c
index 8370ea5..f45e1ce 100644
--- a/crypto/openssl/ssl/s23_pkt.c
+++ b/crypto/openssl/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;
OpenPOWER on IntegriCloud