Fix for Win32.
[openssl.git] / crypto / sha / sha256.c
index 5f3845f55ca7f67176e1c6b3e507e6d4c7d3b330..bbc20da0e97f9e030f6412846880cb23978206dc 100644 (file)
@@ -4,12 +4,12 @@
  * according to the OpenSSL license [found in ../../LICENSE].
  * ====================================================================
  */
+#include <openssl/opensslconf.h>
 #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256)
 
 #include <stdlib.h>
 #include <string.h>
 
-#include <openssl/opensslconf.h>
 #include <openssl/crypto.h>
 #include <openssl/sha.h>
 #include <openssl/opensslv.h>