CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/08 00:41:45
Modified files:
lib/libcrypto/md5: md5_dgst.c
Removed files:
lib/libcrypto/md5: md5_local.h
Log message:
Inline md5_local.h in md5_dgst.c.
md5_local.h is not really a local header, just another layer of indirection
that cannot be included by anything other than md5_dgst.c. As such, include
it directly instead.
No change in generated assembly.
