From b074990089d251b5190eb2d8c70a5d6d7e998e97 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 26 Feb 1993 20:36:37 +0000 Subject: [PATCH] Renamed read_password.c -> read_passwd.c, and string_to_key.c to str_to_key.c, to avoid 14 char length problems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2506 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/des425/Imakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/des425/Imakefile b/src/lib/des425/Imakefile index f92b8ebbc..ffd883b9a 100644 --- a/src/lib/des425/Imakefile +++ b/src/lib/des425/Imakefile @@ -33,8 +33,8 @@ OBJS= cksum.o \ pcbc_encrypt.o \ quad_cksum.o \ random_key.o \ - read_password.o \ - string_to_key.o \ + read_passwd.o \ + str_to_key.o \ weak_key.o SRCS= $(SRCDIR)cksum.c \ @@ -46,8 +46,8 @@ SRCS= $(SRCDIR)cksum.c \ $(SRCDIR)pcbc_encrypt.c \ $(SRCDIR)quad_cksum.c \ $(SRCDIR)random_key.c \ - $(SRCDIR)read_password.c \ - $(SRCDIR)string_to_key.c \ + $(SRCDIR)read_passwd.c \ + $(SRCDIR)str_to_key.c \ $(SRCDIR)weak_key.c DEFINES = $(DESDEFINES) -- 2.26.2