Chromium Code Reviews| Index: nss/lib/freebl/arcfour.c |
| =================================================================== |
| --- nss/lib/freebl/arcfour.c (revision 256695) |
| +++ nss/lib/freebl/arcfour.c (working copy) |
| @@ -30,7 +30,7 @@ |
| #define USE_WORD |
| #endif |
| -#if (defined(IS_64)) |
| +#if defined(IS_64) || defined(NSS_BEVAND_ARCFOUR) |
| typedef PRUint64 WORD; |
| #else |
| typedef PRUint32 WORD; |