Renamed read_password.c -> read_passwd.c, and string_to_key.c to
authorTheodore Tso <tytso@mit.edu>
Fri, 26 Feb 1993 20:36:37 +0000 (20:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 26 Feb 1993 20:36:37 +0000 (20:36 +0000)
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

index f92b8ebbc191060c7d6f22d1914c23564ba5cf34..ffd883b9a6e12f5dd9d6dae6eeb475ad4bce82f5 100644 (file)
@@ -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)