Inline md4_local.h in md4_dgst.c.
authorjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:39:19 +0000 (06:39 +0000)
committerjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:39:19 +0000 (06:39 +0000)
commit7ad7ee793887a8633c773d6dc3e1468a1be3e6bd
tree16a92d288976c9b4697723315d238a7bc18c1428
parent472d7f5a7f19ddc87fd922c7f077bffb7efd31e6
Inline md4_local.h in md4_dgst.c.

md4_local.h is not really a local header, just another layer of indirection
that cannot be included by anything other than md4_dgst.c. As such, include
it directly instead.

No change in generated assembly.
lib/libcrypto/md4/md4_dgst.c
lib/libcrypto/md4/md4_local.h [deleted file]