CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/03/27 05:15:44
Modified files: lib/libcrypto/aes: aes_core.c aes_local.h Log message: Replace GETU32 and PUTU32. Replace GETU32 with crypto_load_be32toh() and PUTU32 with crypto_store_htobe32(). Make the offset handling cleaner at the same time. ok beck@ joshua@ tb@