summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/s23_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/ssl/s23_pkt.c')
-rw-r--r--lib/libssl/src/ssl/s23_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/ssl/s23_pkt.c b/lib/libssl/src/ssl/s23_pkt.c
index 8370ea508c7..f45e1ce3d80 100644
--- a/lib/libssl/src/ssl/s23_pkt.c
+++ b/lib/libssl/src/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;