summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha512.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-31 16:36:27 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-31 16:36:27 +0000
commit165fca51e0c03a5291995b8acc7612b4ca35a859 (patch)
tree1761da6558b26de1363521121359c74f98ca5d96 /crypto/sha/sha512.c
parentdb6b4e379144d8f8d9db3477e36b90d4fd23a36e (diff)
"Show" more respect to no-sha* config options.
PR: 1086
Diffstat (limited to 'crypto/sha/sha512.c')
-rw-r--r--crypto/sha/sha512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c
index c84bd5addf..f965cff692 100644
--- a/crypto/sha/sha512.c
+++ b/crypto/sha/sha512.c
@@ -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>