diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-10-11 14:36:44 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-10-11 14:37:44 +0200 |
commit | ffa08b3242e0f10f1fef3c93ef3f0b51de8c27a9 (patch) | |
tree | 022ad785c328ffd44a939a0e4f3d7721aac8b4b1 /crypto/md4 | |
parent | Disable encrypt them mac for SSL 3.0 and stream ciphers (RC4 only). (diff) | |
download | openssl-ffa08b3242e0f10f1fef3c93ef3f0b51de8c27a9.tar.xz openssl-ffa08b3242e0f10f1fef3c93ef3f0b51de8c27a9.zip |
Remove reference to deleted md4.c
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/md4')
-rw-r--r-- | crypto/md4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile index 11866d7588..e32ef0e004 100644 --- a/crypto/md4/Makefile +++ b/crypto/md4/Makefile @@ -15,7 +15,7 @@ CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile TEST=md4test.c -APPS=md4.c +APPS= LIB=$(TOP)/libcrypto.a LIBSRC=md4_dgst.c md4_one.c |