From fea2e130cccd9522895f79f88cf63d7065498aea Mon Sep 17 00:00:00 2001 From: "nelsonb%netscape.com" Date: Tue, 19 Jun 2001 01:16:22 +0000 Subject: Remove #if defined(XP_WIN) since it's redundant. Bug 84584. --- security/nss/lib/softoken/pkcs11p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/nss/lib/softoken/pkcs11p.h') diff --git a/security/nss/lib/softoken/pkcs11p.h b/security/nss/lib/softoken/pkcs11p.h index 9876ad3ac..0a30e8ee4 100644 --- a/security/nss/lib/softoken/pkcs11p.h +++ b/security/nss/lib/softoken/pkcs11p.h @@ -32,7 +32,7 @@ */ /* * Copyright (C) 1994-1999 RSA Security Inc. Licence to copy this document - * is granted provided that it is identified as "RSA Security In.c Public-Key + * is granted provided that it is identified as "RSA Security Inc. Public-Key * Cryptography Standards (PKCS)" in all material mentioning or referencing * this document. */ @@ -41,9 +41,9 @@ * Packing was removed from the shipped RSA header files, even * though it's still needed. put in a central file to help merging.. */ -#if defined(XP_WIN) + #if defined(_WIN32) #pragma warning(disable:4103) #pragma pack(push, cryptoki, 1) #endif -#endif + -- cgit v1.2.1