CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 07:54:21
Modified files:
lib/libcrypto/md5: md5.c
Log message:
Implement MD5_{Update,Transform,Final}() directly in md5.c.
Copy the update, transform and final functions from md32_common.h, manually
expanding the macros for MD5. This will allow for further clean up to
occur.
No change in generated assembly.
