CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/09 09:47:41
Modified files:
lib/libcrypto/evp: m_sha1.c
Log message:
Provide and use sha{224,384}_{update,final} functions.
Improve readability and consistency by providing and using functions named
for the specific hash, rather than reusing the sha256/sha512 update and
final functions.
No functional change.
ok tb@
