From 3ccc35cfbf6bc05a222363bd705b5a670f76c742 Mon Sep 17 00:00:00 2001 From: "mcgreer%netscape.com" Date: Thu, 5 Oct 2000 02:47:43 +0000 Subject: [PATCH] HPUX 64-bit also failed. git-svn-id: svn://10.0.0.236/trunk@80410 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/freebl/arcfour.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/freebl/arcfour.c b/mozilla/security/nss/lib/freebl/arcfour.c index 0fda98c2bf6..f520b96d373 100644 --- a/mozilla/security/nss/lib/freebl/arcfour.c +++ b/mozilla/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