From: Theodore Tso Date: Fri, 26 Feb 1993 20:36:37 +0000 (+0000) Subject: Renamed read_password.c -> read_passwd.c, and string_to_key.c to X-Git-Tag: krb5-1.0-beta3~323 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b074990089d251b5190eb2d8c70a5d6d7e998e97;p=krb5.git 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 --- 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)