summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1990-11-16 11:57:12 +0000
committerTheodore Tso <tytso@mit.edu>1990-11-16 11:57:12 +0000
commit52d26a92d0d68f8ae07965fb53250c9436da3d61 (patch)
treef9d355514af3ddbc6a87622d1a135c297ce78608 /src/lib/crypto
parent38d67b4d9e619999e43421b875c2037e01be97b4 (diff)
downloadkrb5-52d26a92d0d68f8ae07965fb53250c9436da3d61.tar.gz
krb5-52d26a92d0d68f8ae07965fb53250c9436da3d61.tar.xz
krb5-52d26a92d0d68f8ae07965fb53250c9436da3d61.zip
Since we're going to need to have glue library anyway, quad_checksum
and read_password can be removed from this library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1456 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/des/Imakefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index f456c5dfd..ca50faf7a 100644
--- 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)