> openssl 0.9.4's Configure defines L_ENDIAN for ultrix-cc and ultrix-gcc.
> A DECStation however has a MIPS (R3XX, R400) CPU, which to the best of my
> knowledge is big endian.
Those MIPS CPUs are capable of running in either little- or big-endian
byte order. Endianness is chosen (somehow) during early initialization
and can not be arbitrarily changed/chosen as in some modern CPUs. DEC
has (naturally) chosen to initialize 'em in little-endian mode.
> I'm not sure about VAX,
VAX and even Alpha CPUs are little-endian only. Do you see the pattern?
*All* DEC boxes are little-endian.
Andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]