diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-04-10 14:22:33 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-04-10 14:22:33 +0000 |
| commit | aa0a6f486cd26c6c01bd3d58df6d0dd6b9a07a76 (patch) | |
| tree | 0e3f6dc52cd938101309efd2c2054fb00d1a2746 /src/mac/libraries/ChangeLog | |
| parent | 63dd210509344d6bf5fb8fcec99b264c534e9270 (diff) | |
| download | krb5-aa0a6f486cd26c6c01bd3d58df6d0dd6b9a07a76.tar.gz krb5-aa0a6f486cd26c6c01bd3d58df6d0dd6b9a07a76.tar.xz krb5-aa0a6f486cd26c6c01bd3d58df6d0dd6b9a07a76.zip | |
Fix #define of PROVIDE_DES_CBC_RAW so that the mac implementation
actually exported the raw DES encryption system (needed for GSSAPI).
Also added defines for the triple-DES encryption systems.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7776 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/libraries/ChangeLog')
| -rw-r--r-- | src/mac/libraries/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog index b7ce271d4..5ebadb8ab 100644 --- a/src/mac/libraries/ChangeLog +++ b/src/mac/libraries/ChangeLog @@ -1,3 +1,11 @@ +Wed Apr 10 10:14:22 1996 Theodore Y. Ts'o <tytso@dcl> + + * KerberosHeaders.h (PROVIDE_DES_CBC_RAW): Fix #define of + PROVIDE_DES_CBC_RAW so that the mac implementation + actually exported the raw DES encryption system (needed + for GSSAPI). Also added defines for the triple-DES + encryption systems. + Wed Mar 27 00:07:46 1996 Theodore Y. Ts'o <tytso@dcl> * KerberosHeaders.h: Add #define of HAVE_STDLIB_H, since |
