summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md4/ChangeLog
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-04 04:14:07 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-04 04:14:07 +0000
commit44aaa95295259354b16f32359e0e26579bb9effe (patch)
treef3e5312f42cd3179a8ccf3500e2dab4eabf43e4b /src/lib/crypto/md4/ChangeLog
parent5cfb1cc45adde6bca4a5a9d264c29b1b938a4aad (diff)
downloadkrb5-44aaa95295259354b16f32359e0e26579bb9effe.tar.gz
krb5-44aaa95295259354b16f32359e0e26579bb9effe.tar.xz
krb5-44aaa95295259354b16f32359e0e26579bb9effe.zip
Finished off changed needed for making libcrypto.dll. Biggest change
is that you can't pull in data from a DLL so had to add three routines that return the address of various data structures. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5074 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md4/ChangeLog')
-rw-r--r--src/lib/crypto/md4/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/crypto/md4/ChangeLog b/src/lib/crypto/md4/ChangeLog
index dca4ef84f7..095530c737 100644
--- a/src/lib/crypto/md4/ChangeLog
+++ b/src/lib/crypto/md4/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com)
+
+ * md4crypto.c: added a method to pull in a data structure
+ from outside a dll.
+
Thu Mar 2 17:53:35 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed LIBNAME for the PC