Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h
[openssl.git] / crypto / conf / conf_def.c
index f14de2293ecff0f440039ce530dc0ff6a51e55a1..996a0999ac04a3562a87c35a0db7c76c019cf609 100644 (file)
@@ -60,6 +60,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "cryptlib.h"
 #include <openssl/stack.h>
 #include <openssl/lhash.h>
 #include <openssl/conf.h>
@@ -67,7 +68,6 @@
 #include "conf_def.h"
 #include <openssl/buffer.h>
 #include <openssl/err.h>
-#include "cryptlib.h"
 
 static char *eat_ws(CONF *conf, char *p);
 static char *eat_alpha_numeric(CONF *conf, char *p);