Only in md5crypt-1.0: crypt.c diff -rc md5crypt-1.0/md5.c md5crypt-1.0.orig/md5.c *** md5crypt-1.0/md5.c Wed May 23 18:42:28 2001 --- md5crypt-1.0.orig/md5.c Mon Jul 14 04:04:23 1997 *************** *** 1,13 **** ! /*#include */ ! ! #ifndef __BYTE_ORDER ! #if defined(__i386__) || defined (M_I86) || defined (_M_IX86) || defined (__osf__) ! #define __BYTE_ORDER __LITTLE_ENDIAN ! #else ! #define __BYTE_ORDER __BIG_ENDIAN ! #endif ! ! #endif #if __BYTE_ORDER == __BIG_ENDIAN #define HIGHFIRST 1 #endif --- 1,4 ---- ! #include #if __BYTE_ORDER == __BIG_ENDIAN #define HIGHFIRST 1 #endif