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