]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-rxkad-bg-fcrypt-unbreak-windows-20070731
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 31 Jul 2007 23:22:21 +0000 (23:22 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 31 Jul 2007 23:22:21 +0000 (23:22 +0000)
i (derrick) broke everything. fix it.

(cherry picked from commit 4b8db9f2119de86b9e52e947cc5708d89dbcc3f5)

src/rxkad/bg-fcrypt.c

index 53d5cfaaba28a314f03d7224e68109cba9d79616..6e59f3d3a55effe0845f99c9fbc33736b3ecb8d5 100644 (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;