projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc93fa0
)
Include md4 in des library
author
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 16:22:01 +0000
(16:22 +0000)
committer
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 16:22:01 +0000
(16:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2138
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md4/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/crypto/md4/Imakefile
b/src/lib/crypto/md4/Imakefile
index 21918a9d7f5845cc005e22484f9bc8be7fc45a10..89cbd871b40a00166eeebcaaaf085def50b02657 100644
(file)
--- 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))
+