Inline rmd_local.h in rmd_dgst.c.
authorjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:43:39 +0000 (06:43 +0000)
committerjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:43:39 +0000 (06:43 +0000)
commite292b680575638128162e6d58ff3182e6010f312
tree07d7a18e74e08d641887cf9087d374b91bd4958a
parent2291574a7905a43d5d793353fab6b0ce40d568f8
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.
lib/libcrypto/ripemd/rmd_dgst.c
lib/libcrypto/ripemd/rmd_local.h [deleted file]