CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/04/23 12:40:39

Modified files:
        lib/libssl/src/crypto/evp: bio_ok.c 
        lib/libssl/src/crypto/modes: ctr128.c gcm128.c modes_lcl.h 
                                     xts128.c 
        lib/libssl/src/crypto/rc4: rc4_enc.c 
        lib/libssl/src/crypto/sha: sha256.c sha_locl.h 
        lib/libssl/src/ssl: d1_pkt.c 

Log message:
Figure out endianness at compile-time, using _BYTE_ORDER from
<machine/endian.h>, rather than writing 1 to a 32-bit variable and checking
whether the first byte is nonzero.

tweaks and ok matthew@; ok beck@ tedu@

Reply via email to