openssl/crypto/md4
Richard Levitte 0f539dc1a2 Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-22 18:44:33 +02:00
..
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
md4_dgst.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
md4_locl.h Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
md4_one.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
md4s.cpp MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 2000-08-14 14:05:53 +00:00