Fix compilation with no-nextprotoneg.
[openssl.git] / ssl / s23_pkt.c
index 8370ea508c7eb33719bcd9d6edc941ce70e9505f..4ca6a1b2584587fd84df16d1a90197b32612d587 100644 (file)
@@ -59,9 +59,9 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
+#include "ssl_locl.h"
 #include <openssl/evp.h>
 #include <openssl/buffer.h>
-#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;