X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=ssl%2Fs23_pkt.c;h=f45e1ce3d806ce0baa7c6abe86b1d09ca83a03a1;hb=150a4320d8005c6a97b36a6fabb38f723afba720;hp=8370ea508c7eb33719bcd9d6edc941ce70e9505f;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a;p=openssl.git 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;