Fix lots of warnings.
[openssl.git] / apps / ca.c
index 7cdf14d7ca63475c1fae7763bb5bfdacaefc2983..5ce0dc202b9df8bb1b91860d4d94cd160b88932d 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -64,6 +64,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "apps.h"
+#include "conf.h"
 #include "bio.h"
 #include "err.h"
 #include "bn.h"
@@ -73,7 +74,6 @@
 #include "x509v3.h"
 #include "objects.h"
 #include "pem.h"
-#include "conf.h"
 
 #ifndef W_OK
 #include <sys/file.h>