From: John Carr Date: Mon, 3 Jun 1991 16:22:01 +0000 (+0000) Subject: Include md4 in des library X-Git-Tag: krb5-1.0-beta1~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed8790dd5bfd5c674255da149d3b6db905ed3b43;p=krb5.git Include md4 in des library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2138 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile index 21918a9d7..89cbd871b 100644 --- a/src/lib/crypto/md4/Imakefile +++ b/src/lib/crypto/md4/Imakefile @@ -16,4 +16,8 @@ SRCS= md4.c md4glue.c md4crypto.c DEFINES= $(DESDEFINES) +/* Make a local copy of the md4 library and also merge it with -des5 */ Krb5LibraryTarget(md4,$(OBJS)) + +OtherdirLibraryTarget(..,des5,$(OBJS)) +