From 926b40d5fa283f47bcb9356f46282ded6d48174c Mon Sep 17 00:00:00 2001 From: "julien.pierre.bugs%sun.com" Date: Tue, 15 Feb 2005 19:26:28 +0000 Subject: [PATCH] Fix compilation on AIX git-svn-id: svn://10.0.0.236/trunk@169209 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/certdb/certi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/certdb/certi.h b/mozilla/security/nss/lib/certdb/certi.h index e9c5fdc4916..d008440ac30 100644 --- a/mozilla/security/nss/lib/certdb/certi.h +++ b/mozilla/security/nss/lib/certdb/certi.h @@ -36,7 +36,7 @@ /* * certi.h - private data structures for the certificate library * - * $Id: certi.h,v 1.12 2005-02-15 06:26:42 julien.pierre.bugs%sun.com Exp $ + * $Id: certi.h,v 1.13 2005-02-15 19:26:28 julien.pierre.bugs%sun.com Exp $ */ #ifndef _CERTI_H_ #define _CERTI_H_ @@ -100,7 +100,7 @@ struct CRLEntryCacheStr { typedef enum { CRL_OriginToken = 0, /* CRL came from PKCS#11 token */ - CRL_OriginExplicit = 1, /* CRL was explicitly added to the cache, from RAM */ + CRL_OriginExplicit = 1 /* CRL was explicitly added to the cache, from RAM */ } CRLOrigin; struct CachedCrlStr {