STABLE14-rxkad-bg-fcrypt-unbreak-windows-20070731

i (derrick) broke everything. fix it.


(cherry picked from commit 4b8db9f2119de86b9e52e947cc5708d89dbcc3f5)
This commit is contained in:
Jeffrey Altman 2007-07-31 23:22:21 +00:00 committed by Derrick Brashear
parent 2072c154ef
commit 64353a01d2

View File

@ -551,7 +551,7 @@ fc_keysched(void *key_, fc_KeySchedule sched)
/* Do we have 56 bit longs or even longer longs? */
#ifdef AFS_64BIT_ENV
unsigned long k; /* k holds all 56 non parity bits */
afs_uint64 k; /* k holds all 56 non parity bits */
/* Compress out parity bits */
k = (*key++) >> 1;