diff options
author | Rich Salz <rsalz@openssl.org> | 2015-01-12 16:40:00 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-01-12 16:40:00 +0100 |
commit | fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628 (patch) | |
tree | f311339b47723c214fbd10684e85f06daa74cc32 /crypto/ripemd | |
parent | RT478: Add uninstall make target (diff) | |
download | openssl-fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628.tar.xz openssl-fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628.zip |
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 <levitte@openssl.org>
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/ripemd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/ripemd.h b/crypto/ripemd/ripemd.h index 5942eb6180..f32cfae311 100644 --- a/crypto/ripemd/ripemd.h +++ b/crypto/ripemd/ripemd.h @@ -72,7 +72,7 @@ extern "C" { #if defined(__LP32__) #define RIPEMD160_LONG unsigned long -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +#elif defined(__ILP64__) #define RIPEMD160_LONG unsigned long #define RIPEMD160_LONG_LOG2 3 #else |