Reorder inclusion of header files:
[openssl.git] / crypto / evp / evp_pbe.c
index 06afb9d152a1c3f4301e72e6cdca550569c66c6c..bcd4d29f8586a37cce0139451dcbe2f16728f3a3 100644 (file)
@@ -57,9 +57,9 @@
  */
 
 #include <stdio.h>
+#include "cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/x509.h>
-#include "cryptlib.h"
 
 /* Password based encryption (PBE) functions */