summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-06 03:39:41 +0000
committerRichard Basch <probe@mit.edu>1997-02-06 03:39:41 +0000
commit1179301381a47e5c389122f698f7c1e666ba5d5d (patch)
treedd0076fec1f0d388e5ebf2b57b1bf3e2b1d39e15 /src/windows/wintel
parentdac31082e3cbe6655612d55b8bce1968cbed114a (diff)
downloadkrb5-1179301381a47e5c389122f698f7c1e666ba5d5d.tar.gz
krb5-1179301381a47e5c389122f698f7c1e666ba5d5d.tar.xz
krb5-1179301381a47e5c389122f698f7c1e666ba5d5d.zip
Fixed bad ChangeLog entry during last commit
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9791 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel')
-rw-r--r--src/windows/wintel/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/wintel/ChangeLog b/src/windows/wintel/ChangeLog
index c6179cdcfe..9e476c7502 100644
--- a/src/windows/wintel/ChangeLog
+++ b/src/windows/wintel/ChangeLog
@@ -1,7 +1,9 @@
Wed Feb 5 22:22:24 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Fixed win16 linking of telnet.exe
- * encrypt.c:
+ * encrypt.c: Do not use printf; use MessageBox and OutputDebugString
+ * encrypt.h: Fixed des425 library prototypes (win16)
+ * telnet.c: Removed ^M at end of every line
Wed Jun 12 00:22:02 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>