CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/03/28 22:24:09
Modified files: lib/libcrypto/sha: sha1dgst.c Log message: Inline initial hash data values for SHA1. This follows what is done for other SHA implementations. ok miod@ tb@