From fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 12 Jan 2015 10:40:00 -0500 Subject: RT3548: Remove some unsupported platforms. This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte --- crypto/sha/sha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/sha/sha.h') 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 -- cgit v1.2.3