(swap_u_int32_t): add _CRAY

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-09 05:36:31 +00:00
parent 324fa962b0
commit 6decfa4dc7

View File

@@ -208,7 +208,7 @@ calc (struct sha *m, u_int32_t *in)
* From `Performance analysis of MD5' by Joseph D. Touch <touch@isi.edu>
*/
#if !defined(WORDS_BIGENDIAN)
#if !defined(WORDS_BIGENDIAN) || defined(_CRAY)
static inline u_int32_t
swap_u_int32_t (u_int32_t t)
{