From b8a4f14a0fc6d4be2de52a124e247319774006f5 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 16 Apr 2014 04:38:11 +0000 Subject: Remove _CRAY references. Note that this pleads for the use of fixed-width types instead of choosing int or long depending upon what we think the architecture support. --- src/lib/libcrypto/sha/sha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/sha') diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h index 7cbca26ff9..435352c208 100644 --- a/src/lib/libcrypto/sha/sha.h +++ b/src/lib/libcrypto/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 -- cgit v1.2.3-55-g6feb