"Show" more respect to no-sha* config options.
[oweals/openssl.git] / crypto / sha / sha512.c
index c84bd5addf4e06b09b0b909eb4190b39e6f906f8..f965cff692cd418e9ca5e135cd239c9ad37abd26 100644 (file)
@@ -4,6 +4,7 @@
  * according to the OpenSSL license [found in ../../LICENSE].
  * ====================================================================
  */
+#include <openssl/opensslconf.h>
 #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512)
 /*
  * IMPLEMENTATION NOTES.
@@ -43,7 +44,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <openssl/opensslconf.h>
 #include <openssl/crypto.h>
 #include <openssl/sha.h>
 #include <openssl/opensslv.h>