CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2021/11/09 11:40:21
Modified files: lib/libcrypto/bn: bn_nist.c lib/libcrypto/des: cfb_enc.c lib/libcrypto/gost: gost2814789.c streebog.c lib/libcrypto/modes: modes_lcl.h xts128.c lib/libcrypto/rc4: rc4_enc.c lib/libcrypto/sha: sha256.c sha512.c sha_locl.h lib/libcrypto/whrlpool: wp_block.c lib/libssl : d1_pkt.c Log message: Switch to <endian.h> from <machine/endian.h> for better portability. ok tb@