Reorder inclusion of header files:
[oweals/openssl.git] / ssl / s3_both.c
index 58a24cd8839d196aece95a724283139025d99b62..8864366f59228a97789c79fd3e0f6a3f368d6e59 100644 (file)
 #include <limits.h>
 #include <string.h>
 #include <stdio.h>
+#include "ssl_locl.h"
 #include <openssl/buffer.h>
 #include <openssl/rand.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
 #include <openssl/x509.h>
-#include "ssl_locl.h"
 
 /* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */
 int ssl3_do_write(SSL *s, int type)