Reorder inclusion of header files:
[openssl.git] / crypto / evp / p5_crpt2.c
index 7881860b53eee7690d4c1ccab331eb053682bc1d..7485d6a278cd67780204e93f8add42b863ad2c29 100644 (file)
 #if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
 #include <stdio.h>
 #include <stdlib.h>
+#include "cryptlib.h"
 #include <openssl/x509.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
-#include "cryptlib.h"
 
 /* set this to print out info about the keygen algorithm */
 /* #define DEBUG_PKCS5V2 */