diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-04 04:14:07 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-04 04:14:07 +0000 |
| commit | 44aaa95295259354b16f32359e0e26579bb9effe (patch) | |
| tree | f3e5312f42cd3179a8ccf3500e2dab4eabf43e4b /src/lib/crypto/ChangeLog | |
| parent | 5cfb1cc45adde6bca4a5a9d264c29b1b938a4aad (diff) | |
| download | krb5-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/ChangeLog')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 73b1a2925..615893364 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 3 19:15:54 1995 Keith Vetter (keithv@fusion.com) + + * libcrypto.def: added 3 entry points for methods for pulling + in data from a DLL. + * Makefile.in: libcrypto.lib depends upon libcrypto.def + Thu Mar 2 17:43:25 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: added rules to make a DLL from a lib. |
