diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-10-14 19:38:37 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-10-14 19:38:37 +0000 |
| commit | 60de6ffcc44c4e9d9cf10a78d6c7eb5bb2712a5b (patch) | |
| tree | ab17e7df7fed61a0f128f909cfbcc342cedab43c /src/lib/crypto/des/ChangeLog | |
| parent | f81717444aa095b44f3badb8903d4df9d38aa25d (diff) | |
* des_int.h: Use better logic to find an appropriate type for
KRB_INT32; also don't assume that a key schedule element is
exactly 64 bits wide... use instead 2 * KRB_INT32, since that is
what the code uses internally.
* des.h: Use better logic to find an appropriate type for
KRB_INT32.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10228 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/ChangeLog')
| -rw-r--r-- | src/lib/crypto/des/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog index 92a9ea8f3..1aed798a6 100644 --- a/src/lib/crypto/des/ChangeLog +++ b/src/lib/crypto/des/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 14 15:35:53 1997 Tom Yu <tlyu@voltage-multiplier.mit.edu> + + * des_int.h: Use better logic to find an appropriate type for + KRB_INT32; also don't assume that a key schedule element is + exactly 64 bits wide... use instead 2 * KRB_INT32, since that is + what the code uses internally. + + * des.h: Use better logic to find an appropriate type for + KRB_INT32. + Mon Oct 6 11:32:51 1997 Ezra Peisach <epeisach@mit.edu> * destest.c (main): Initialize context to 0 so it will not be |
