summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
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/ChangeLog
parent937bfeba0767efe9ba5604856ba04f6dd15d852e (diff)
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/ChangeLog')
-rw-r--r--src/lib/crypto/ChangeLog11
1 files changed, 11 insertions, 0 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.