CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/04/11 04:35:21
Modified files: lib/libcrypto/sha: sha512.c Log message: Simplify handling of big vs little endian. Rather than sprinkling BYTE_ORDER checks throughout the implementation, always define PULL64 - on big endian platforms it just becomes a no-op. ok tb@