projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d67b4
)
Since we're going to need to have glue library anyway, quad_checksum
author
Theodore Tso
<tytso@mit.edu>
Fri, 16 Nov 1990 11:57:12 +0000
(11:57 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Fri, 16 Nov 1990 11:57:12 +0000
(11:57 +0000)
and read_password can be removed from this library.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1456
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/des/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/crypto/des/Imakefile
b/src/lib/crypto/des/Imakefile
index f456c5dfde7f8ffa91f3a3a22ef460f9c9ccd097..ca50faf7ae02a683423fefe13c0680b0564f282e 100644
(file)
--- a/
src/lib/crypto/des/Imakefile
+++ b/
src/lib/crypto/des/Imakefile
@@
-24,9
+24,7
@@
OBJS= cksum.o \
key_parity.o \
key_sched.o \
new_rn_key.o \
- weak_key.o \
- read_password.o \
- quad_cksum.o
+ weak_key.o
SRCS= cksum.c \
des.c \
@@
-43,9
+41,7
@@
SRCS= cksum.c \
key_parity.c \
key_sched.c \
new_rn_key.c \
- weak_key.c \
- read_password.c \
- quad_cksum.c
+ weak_key.c
DEFINES = $(DESDEFINES)