Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,
authormiod <miod@openbsd.org>
Fri, 18 Apr 2014 19:41:21 +0000 (19:41 +0000)
committermiod <miod@openbsd.org>
Fri, 18 Apr 2014 19:41:21 +0000 (19:41 +0000)
commitd2eb25dc9d8439d4c3819f76ef97b12bef101c5b
tree0fcb2770355eea3db9e7b85f239e62fa376f39b3
parentafe7d0ac9632d5bf1a61d66f830a0dfd8d236826
Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,
but rather figure out the endianness from <machine/endian.h> automagically;
help from guenther@

ok jca@ guenther@ beck@ and the rest of the `Buena SSL rampage club'
lib/libcrypto/bn/bn_nist.c
lib/libcrypto/crypto/Makefile
lib/libcrypto/des/cfb_enc.c
lib/libcrypto/sha/sha512.c
lib/libcrypto/whrlpool/wp_block.c
lib/libssl/src/crypto/bn/bn_nist.c
lib/libssl/src/crypto/des/cfb_enc.c
lib/libssl/src/crypto/sha/sha512.c
lib/libssl/src/crypto/whrlpool/wp_block.c