summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/alg2268.c
diff options
context:
space:
mode:
authorjulien.pierre.boogz%sun.com <devnull@localhost>2009-04-09 22:11:07 +0000
committerjulien.pierre.boogz%sun.com <devnull@localhost>2009-04-09 22:11:07 +0000
commita07658c7f1a196bb2f3ee0fb7a716f9082eae43d (patch)
tree0660cbb23b5ab900b0267ae5baeeb32de1de1c22 /security/nss/lib/freebl/alg2268.c
parent4c9c9c8cb7e2587d01335087b61f2e5f3c7ab581 (diff)
downloadnss-hg-a07658c7f1a196bb2f3ee0fb7a716f9082eae43d.tar.gz
Fix for bug 485527. rename _X86_ symbol . r=nelson
Diffstat (limited to 'security/nss/lib/freebl/alg2268.c')
-rw-r--r--security/nss/lib/freebl/alg2268.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/alg2268.c b/security/nss/lib/freebl/alg2268.c
index 63535eb87..809ebc15e 100644
--- a/security/nss/lib/freebl/alg2268.c
+++ b/security/nss/lib/freebl/alg2268.c
@@ -105,7 +105,7 @@ struct RC2ContextStr {
((PRUint16 *)output)[2] = R[2]; \
((PRUint16 *)output)[3] = R[3];
-#if defined (_X86_)
+#if defined (NSS_X86_OR_X64)
#define LOAD(R) LOAD_EASY(R)
#define STORE(R) STORE_EASY(R)
#elif !defined(IS_LITTLE_ENDIAN)