X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs23_pkt.c;h=4ca6a1b2584587fd84df16d1a90197b32612d587;hp=64acf2ce7d366d842b9450425aab9ed84a71eda9;hb=7c2d4fee2547650102cd16d23f8125b76112ae75;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/ssl/s23_pkt.c b/ssl/s23_pkt.c index 64acf2ce7d..4ca6a1b258 100644 --- a/ssl/s23_pkt.c +++ b/ssl/s23_pkt.c @@ -59,9 +59,9 @@ #include #include #define USE_SOCKETS -#include "evp.h" -#include "buffer.h" #include "ssl_locl.h" +#include +#include 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;