From caee0507e03a9a2a6c09a138d55dcc17256d97a5 Mon Sep 17 00:00:00 2001 From: dg Date: Fri, 23 Sep 1994 06:53:03 +0000 Subject: Don't define LITTLE_ENDIAN is already defined. --- lib/libskey/skeysubr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c index bfac3a3..b947c01 100644 --- a/lib/libskey/skeysubr.c +++ b/lib/libskey/skeysubr.c @@ -11,10 +11,12 @@ #include #include "md4.h" +#ifndef LITTLE_ENDIAN #if (defined(__MSDOS__) || defined(MPU8086) || defined(MPU8080) \ || defined(vax) || defined (MIPSEL)) #define LITTLE_ENDIAN /* Low order bytes are first in memory */ #endif /* Almost all other machines are big-endian */ +#endif /* Crunch a key: * concatenate the seed and the password, run through MD4 and -- cgit v1.1