From: Theodore Tso Date: Fri, 16 Nov 1990 11:57:12 +0000 (+0000) Subject: Since we're going to need to have glue library anyway, quad_checksum X-Git-Tag: krb5-1.0-alpha3~137 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52d26a92d0d68f8ae07965fb53250c9436da3d61;p=krb5.git 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 --- 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)