Implement MD5_{Update,Transform,Final}() directly in md5.c.
authorjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 13:54:21 +0000 (13:54 +0000)
committerjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 13:54:21 +0000 (13:54 +0000)
commit99fb66fed6fb9b30a119962510bbe8ac666b6215
tree3abb9fa3bdc997c6072f7aa2da8935a2a2b9f521
parent80015039c79fde8451543a82e625dcf4eae2ea97
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.
lib/libcrypto/md5/md5.c