diff options
Diffstat (limited to 'security/cfs/files/patch-cfs__bf.h')
-rw-r--r-- | security/cfs/files/patch-cfs__bf.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/cfs/files/patch-cfs__bf.h b/security/cfs/files/patch-cfs__bf.h new file mode 100644 index 000000000000..1bae8ca939fd --- /dev/null +++ b/security/cfs/files/patch-cfs__bf.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- cfs_bf.h.orig ++++ cfs_bf.h +@@ -70,7 +70,7 @@ + * the Alpha, otherwise they will not. Strangly using the '8 byte' + * BF_LONG and the default 'non-pointer' inner loop is the best configuration + * for the Alpha */ +-#define BF_LONG unsigned long ++#define BF_LONG unsigned int + + #define BF_ROUNDS 16 + #define BF_BLOCK 8 |