aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/sha.h')
-rw-r--r--crypto/sha/sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h
index c5dd6600dc..95d9b60072 100644
--- a/crypto/sha/sha.h
+++ b/crypto/sha/sha.h
@@ -79,7 +79,7 @@ extern "C" {
#if defined(__LP32__)
#define SHA_LONG unsigned long
-#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#elif defined(__ILP64__)
#define SHA_LONG unsigned long
#define SHA_LONG_LOG2 3
#else