Reorder inclusion of header files:
[openssl.git] / ssl / s23_clnt.c
index b2be8340fb30ab8fc7698078b7daf9146921fa87..019e9aecee0e2b46f0daf18270f65ac62b8c3ad5 100644 (file)
  */
 
 #include <stdio.h>
+#include "ssl_locl.h"
 #include <openssl/buffer.h>
 #include <openssl/rand.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
-#include "ssl_locl.h"
 
 static SSL_METHOD *ssl23_get_client_method(int ver);
 static int ssl23_client_hello(SSL *s);