mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-rxkad-bg-fcrypt-unbreak-windows-20070731
i (derrick) broke everything. fix it. (cherry picked from commit 4b8db9f2119de86b9e52e947cc5708d89dbcc3f5)
This commit is contained in:
parent
2072c154ef
commit
64353a01d2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user