summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-10-05 02:47:43 +0000
committermcgreer%netscape.com <devnull@localhost>2000-10-05 02:47:43 +0000
commit654714c48fc83fc471c3089b9f9ab127f8d40aca (patch)
treea82a20845ff77cdd4bb88a3779630c2e54b6004d
parent1fb0c60ea9352ceaa5f0b9a13f59417b987c832b (diff)
downloadnss-hg-654714c48fc83fc471c3089b9f9ab127f8d40aca.tar.gz
HPUX 64-bit also failed.
-rw-r--r--security/nss/lib/freebl/arcfour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/arcfour.c b/security/nss/lib/freebl/arcfour.c
index 0fda98c2b..f520b96d3 100644
--- a/security/nss/lib/freebl/arcfour.c
+++ b/security/nss/lib/freebl/arcfour.c
@@ -45,7 +45,7 @@
#endif
/* this case is failing for 3.1. See bug #55234. */
-#if defined(SOLARIS) && defined(NSS_USE_64)
+#if (defined(SOLARIS) || defined(HPUX)) && defined(NSS_USE_64)
#undef CONVERT_TO_WORDS
#endif