summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-03 10:46:39 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-03 10:46:39 +0000
commite458e0090fc5848cb9f04e829037108a8ced5c86 (patch)
treebe5904df989f8605fd0b39178542eae11eda6bf0 /src/lib/crypto
parent937bfeba0767efe9ba5604856ba04f6dd15d852e (diff)
downloadkrb5-e458e0090fc5848cb9f04e829037108a8ced5c86.tar.gz
krb5-e458e0090fc5848cb9f04e829037108a8ced5c86.tar.xz
krb5-e458e0090fc5848cb9f04e829037108a8ced5c86.zip
Rename files so that they work in the DOS LIB command,
which amazingly finds dashes in mid-name and treats them like option switches. * des-crc.c => des_crc.c * des-md5.c => des_md5.c * raw-des.c => raw_des.c * Makefile.in: changed to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4888 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/ChangeLog11
-rw-r--r--src/lib/crypto/Makefile.in12
-rw-r--r--src/lib/crypto/des_crc.c (renamed from src/lib/crypto/des-crc.c)0
-rw-r--r--src/lib/crypto/des_md5.c (renamed from src/lib/crypto/des-md5.c)0
-rw-r--r--src/lib/crypto/raw_des.c (renamed from src/lib/crypto/raw-des.c)0
5 files changed, 17 insertions, 6 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index 914d33d9f..be20248e0 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,14 @@
+Fri Feb 3 02:44:07 1995 John Gilmore <gnu@cygnus.com>
+
+ Rename files so that they work in the DOS LIB command,
+ which amazingly finds dashes in mid-name and treats them
+ like option switches.
+
+ * des-crc.c => des_crc.c
+ * des-md5.c => des_md5.c
+ * raw-des.c => raw_des.c
+ * Makefile.in: changed to match.
+
Thu Feb 2 02:59:58 1995 John Gilmore <gnu@cygnus.com>
* Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options.
diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in
index 5a194bba1..e2275b6a9 100644
--- a/src/lib/crypto/Makefile.in
+++ b/src/lib/crypto/Makefile.in
@@ -5,14 +5,14 @@ LDFLAGS = -g
TST=if test -n "`cat DONE`" ; then
OBJS= cryptoconf.o \
- des-crc.o \
- des-md5.o \
- raw-des.o
+ des_crc.o \
+ des_md5.o \
+ raw_des.o
SRCS= $(srcdir)/cryptoconf.c \
- $(srcdir)/des-crc.c \
- $(srcdir)/des-md5.c \
- $(srcdir)/raw-des.c
+ $(srcdir)/des_crc.c \
+ $(srcdir)/des_md5.c \
+ $(srcdir)/raw_des.c
all::
diff --git a/src/lib/crypto/des-crc.c b/src/lib/crypto/des_crc.c
index 51c6e24fc..51c6e24fc 100644
--- a/src/lib/crypto/des-crc.c
+++ b/src/lib/crypto/des_crc.c
diff --git a/src/lib/crypto/des-md5.c b/src/lib/crypto/des_md5.c
index cb811b73b..cb811b73b 100644
--- a/src/lib/crypto/des-md5.c
+++ b/src/lib/crypto/des_md5.c
diff --git a/src/lib/crypto/raw-des.c b/src/lib/crypto/raw_des.c
index 9f710df96..9f710df96 100644
--- a/src/lib/crypto/raw-des.c
+++ b/src/lib/crypto/raw_des.c