Inline md5_local.h in md5_dgst.c.
authorjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:41:45 +0000 (06:41 +0000)
committerjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:41:45 +0000 (06:41 +0000)
commit2291574a7905a43d5d793353fab6b0ce40d568f8
treeba144885e6fae257dba7e1f4757c503e00416f5d
parent7ad7ee793887a8633c773d6dc3e1468a1be3e6bd
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.
lib/libcrypto/md5/md5_dgst.c
lib/libcrypto/md5/md5_local.h [deleted file]