DEVEL15-rxkad-bg-fcrypt-unbreak-windows-20070731
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 31 Jul 2007 23:20:59 +0000 (23:20 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 31 Jul 2007 23:20:59 +0000 (23:20 +0000)
i (derrick) broke everything. fix it.

(cherry picked from commit 4b8db9f2119de86b9e52e947cc5708d89dbcc3f5)

src/rxkad/bg-fcrypt.c

index 53d5cfa..6e59f3d 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;