summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-01-03 16:56:52 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-01-03 16:56:52 +0000
commitf658661ca6117e5f1baad941a2a2ad5ab499e9b6 (patch)
tree2d6c4526a5f14df9188b95a64bb84d2fc1f5181a /src/lib/crypto
parent161f90345908b88d8ad96b1922b9129c947f0e69 (diff)
downloadkrb5-f658661ca6117e5f1baad941a2a2ad5ab499e9b6.tar.gz
krb5-f658661ca6117e5f1baad941a2a2ad5ab499e9b6.tar.xz
krb5-f658661ca6117e5f1baad941a2a2ad5ab499e9b6.zip
add md4crypto
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1607 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/md4/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile
index 7a291acd9..a7a2d1854 100644
--- a/src/lib/crypto/md4/Imakefile
+++ b/src/lib/crypto/md4/Imakefile
@@ -9,9 +9,9 @@
#
NormalLibraryObjectRule()
-OBJS= md4.o md4glue.o
+OBJS= md4.o md4glue.o md4crypto.o
-SRCS= md4.c md4glue.c
+SRCS= md4.c md4glue.c md4crypto.c
DEFINES= $(DESDEFINES)