RT3548: Remove some unsupported platforms.
[openssl.git] / crypto / md4 / md4.h
index 631c1b2ee091f08061e64641e064a484bc5eb5e2..d5b6307bff7309638fd8fdd43279dccb6d3d527d 100644 (file)
@@ -79,16 +79,9 @@ extern "C" {
 
 #if defined(__LP32__)
 #define MD4_LONG unsigned long
-#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#elif defined(__ILP64__)
 #define MD4_LONG unsigned long
 #define MD4_LONG_LOG2 3
-/*
- * _CRAY note. I could declare short, but I have no idea what impact
- * does it have on performance on none-T3E machines. I could declare
- * int, but at least on C90 sizeof(int) can be chosen at compile time.
- * So I've chosen long...
- *                                     <appro@fy.chalmers.se>
- */
 #else
 #define MD4_LONG unsigned int
 #endif