summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/alg2268.c
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-20 22:14:09 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-20 22:14:09 +0000
commit01a968e3fcbe53afe8d8a8e4c34ad1611f0e8428 (patch)
tree1bcd3a00c97bff812867867926fac92c31975bca /security/nss/lib/freebl/alg2268.c
parentc4c1b82b5385a69d7d8a01185985c843ec933ce2 (diff)
downloadnss-hg-01a968e3fcbe53afe8d8a8e4c34ad1611f0e8428.tar.gz
Fix compiler warnings on AIX, Linux, HP, and Solaris.
Diffstat (limited to 'security/nss/lib/freebl/alg2268.c')
-rw-r--r--security/nss/lib/freebl/alg2268.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/alg2268.c b/security/nss/lib/freebl/alg2268.c
index 86e110871..af720f733 100644
--- a/security/nss/lib/freebl/alg2268.c
+++ b/security/nss/lib/freebl/alg2268.c
@@ -146,7 +146,9 @@ RC2_CreateContext(unsigned char *key, unsigned int len,
RC2Context *cx;
PRUint8 *L,*L2;
int i;
+#if !defined(IS_LITTLE_ENDIAN)
PRUint16 tmpS;
+#endif
PRUint8 tmpB;
if (!key || len == 0 || len > (sizeof cx->B) || efLen8 > (sizeof cx->B)) {