summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-15 01:57:23 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-15 01:57:23 +0000
commit26bcae14eec6b4392500ecb144e345b2948ef544 (patch)
tree1712bd35d85d6e87bd711fe768ef60c43a1a0b6e /src/lib/crypto/ChangeLog
parentc61811b52dbd314e051292f4ba1f14fc1d1fb003 (diff)
downloadkrb5-26bcae14eec6b4392500ecb144e345b2948ef544.tar.gz
krb5-26bcae14eec6b4392500ecb144e345b2948ef544.tar.xz
krb5-26bcae14eec6b4392500ecb144e345b2948ef544.zip
Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)
removed crud for making a DLL (will be done at a higher level.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5123 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/ChangeLog')
-rw-r--r--src/lib/crypto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index 14712af9b..fc069cdb4 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 14 17:31:01 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: removed all DLL stuff--it now happens up a directory.
+ * win_glue.c, libcrypto.def: removed
+
Tue Mar 7 17:26:06 1995 Keith Vetter (keithv@fusion.com)
* cryptoco.c: Added more windows syntactic sugar for segmenting.