CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2023/07/08 00:39:19

Modified files:
        lib/libcrypto/md4: md4_dgst.c 
Removed files:
        lib/libcrypto/md4: md4_local.h 

Log message:
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.

Reply via email to