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

src/rxkad/bg-fcrypt.c

index cbaf0eee5b95c74b8ac09fbbd3493e53b9212d70..2f775e2ddd41d65726134f2a754a659c962bf652 100644 (file)
@@ -549,7 +549,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;