CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/09 01:14:43
Modified files:
lib/libcrypto/sha: sha256.c
Log message:
Use uint32_t instead of SHA_LONG in the SHA-256 code.
This is more readable and we already have a compile time assert that they
are the same size.
ok tb@
