X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs23_pkt.c;h=4ca6a1b2584587fd84df16d1a90197b32612d587;hp=8370ea508c7eb33719bcd9d6edc941ce70e9505f;hb=7988163c3bd5d4c72e12ac7db960da57eba4eb0e;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a diff --git a/ssl/s23_pkt.c b/ssl/s23_pkt.c index 8370ea508c..4ca6a1b258 100644 --- a/ssl/s23_pkt.c +++ b/ssl/s23_pkt.c @@ -59,9 +59,9 @@ #include #include #define USE_SOCKETS +#include "ssl_locl.h" #include #include -#include "ssl_locl.h" int ssl23_write_bytes(SSL *s) { @@ -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;