mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Don't define LITTLE_ENDIAN is already defined.
This commit is contained in:
parent
16b49b3e73
commit
9826cd3dfa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3020
@ -11,10 +11,12 @@
|
|||||||
#include <skey.h>
|
#include <skey.h>
|
||||||
#include "md4.h"
|
#include "md4.h"
|
||||||
|
|
||||||
|
#ifndef LITTLE_ENDIAN
|
||||||
#if (defined(__MSDOS__) || defined(MPU8086) || defined(MPU8080) \
|
#if (defined(__MSDOS__) || defined(MPU8086) || defined(MPU8080) \
|
||||||
|| defined(vax) || defined (MIPSEL))
|
|| defined(vax) || defined (MIPSEL))
|
||||||
#define LITTLE_ENDIAN /* Low order bytes are first in memory */
|
#define LITTLE_ENDIAN /* Low order bytes are first in memory */
|
||||||
#endif /* Almost all other machines are big-endian */
|
#endif /* Almost all other machines are big-endian */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Crunch a key:
|
/* Crunch a key:
|
||||||
* concatenate the seed and the password, run through MD4 and
|
* concatenate the seed and the password, run through MD4 and
|
||||||
|
Loading…
Reference in New Issue
Block a user