From 52d26a92d0d68f8ae07965fb53250c9436da3d61 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 16 Nov 1990 11:57:12 +0000 Subject: [PATCH] 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 --- src/lib/crypto/des/Imakefile | 8 ++------ 1 file 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) -- 2.26.2