summaryrefslogtreecommitdiffstats
path: root/src/krb524
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-28 05:17:56 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-28 05:17:56 +0000
commit45b2e3a579229c8cc7cd8557d3fb6270c5715b86 (patch)
tree5c68d0cbd3ffaee2f4df058257359bcec7e6e5af /src/krb524
parent98698e0a14beac3cf0f9a392cd1f7e5c6b493d1d (diff)
downloadkrb5-45b2e3a579229c8cc7cd8557d3fb6270c5715b86.tar.gz
krb5-45b2e3a579229c8cc7cd8557d3fb6270c5715b86.tar.xz
krb5-45b2e3a579229c8cc7cd8557d3fb6270c5715b86.zip
Renamed a file for DOS 8.3 compatability
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5281 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524')
-rw-r--r--src/krb524/ChangeLog6
-rw-r--r--src/krb524/Makefile4
-rw-r--r--src/krb524/cnv_tkt_skey.c (renamed from src/krb524/conv_tkt_skey.c)0
3 files changed, 8 insertions, 2 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index c6f09259c..2049b02aa 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 27 21:15:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * renamed conv_tkt_skey.c to cnv_tkt_skey.c for DOS 8.3
+ compatability.
+ * Makefile: reflected the above change
+
Tue Feb 28 02:31:22 1995 John Gilmore (gnu at toad.com)
* README, *.[ch]: Avoid <...> includes for our include files.
diff --git a/src/krb524/Makefile b/src/krb524/Makefile
index 4a1ce7e22..fb088d6ae 100644
--- a/src/krb524/Makefile
+++ b/src/krb524/Makefile
@@ -23,9 +23,9 @@
KRB5TOP = /ua/software/build/sun4/krb5.src.B2/src
# Library sources
-SRCS = conv_creds.c conv_princ.c conv_tkt.c conv_tkt_skey.c \
+SRCS = conv_creds.c conv_princ.c conv_tkt.c cnv_tkt_skey.c \
encode.c misc.c globals.c sendmsg.c krb524_err.et
-OBJS = conv_creds.o conv_princ.o conv_tkt.o conv_tkt_skey.o \
+OBJS = conv_creds.o conv_princ.o conv_tkt.o cnv_tkt_skey.o \
encode.o misc.o globals.o sendmsg.o krb524_err.o
GENS = krb524_err.c krb524_err.h
diff --git a/src/krb524/conv_tkt_skey.c b/src/krb524/cnv_tkt_skey.c
index a91aa4cc1..a91aa4cc1 100644
--- a/src/krb524/conv_tkt_skey.c
+++ b/src/krb524/cnv_tkt_skey.c