From cd9ccc69e9c7fe3b6e9a5816d32b743d3e6ed744 Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Fri, 12 Oct 2001 15:16:38 +0000 Subject: [PATCH] fix broken AIX build --- security/nss/lib/pki/pkit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/lib/pki/pkit.h b/security/nss/lib/pki/pkit.h index 8660261909fd..36663a10ad29 100644 --- a/security/nss/lib/pki/pkit.h +++ b/security/nss/lib/pki/pkit.h @@ -35,7 +35,7 @@ #define PKIT_H #ifdef DEBUG -static const char PKIT_CVS_ID[] = "@(#) $RCSfile: pkit.h,v $ $Revision: 1.3 $ $Date: 2001/10/11 16:34:46 $ $Name: $"; +static const char PKIT_CVS_ID[] = "@(#) $RCSfile: pkit.h,v $ $Revision: 1.4 $ $Date: 2001/10/12 15:16:38 $ $Name: $"; #endif /* DEBUG */ /* @@ -74,7 +74,7 @@ PR_BEGIN_EXTERN_C typedef enum { NSSCertificateType_Unknown = 0, - NSSCertificateType_PKIX = 1, + NSSCertificateType_PKIX = 1 } NSSCertificateType; typedef struct nssDecodedCertStr nssDecodedCert;