CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/15 02:39:27
Modified files:
lib/libcrypto : crypto_internal.h
lib/libcrypto/md5: md5.c
Log message:
Clean up alignment handling.
Instead of using HOST_{c2l,l2c} macros, provide and use
crypto_load_le32toh() and crypto_store_htole32(). In some cases just
use htole32() directly.
ok tb@
