From 753326f32e805bac7471db7dadc8e6d54834f1a8 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 3 Oct 2002 04:01:34 +0000 Subject: [PATCH] Bug 164744: fixed the comment block style. git-svn-id: svn://10.0.0.236/trunk@131054 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/certdb/cert.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mozilla/security/nss/lib/certdb/cert.h b/mozilla/security/nss/lib/certdb/cert.h index 2fb81573fae..935cd93e1da 100644 --- a/mozilla/security/nss/lib/certdb/cert.h +++ b/mozilla/security/nss/lib/certdb/cert.h @@ -34,7 +34,7 @@ /* * cert.h - public data structures and prototypes for the certificate library * - * $Id: cert.h,v 1.23 2002-10-03 03:34:35 jpierre%netscape.com Exp $ + * $Id: cert.h,v 1.24 2002-10-03 04:01:34 wtc%netscape.com Exp $ */ #ifndef _CERT_H_ @@ -968,9 +968,10 @@ CERT_DupCertList(CERTCertificateList * oldList); extern void CERT_DestroyCertificateList(CERTCertificateList *list); -/* is cert a user cert ? ie. does it have CERTDB_USER trust, - ie. a private key - */ +/* +** is cert a user cert? i.e. does it have CERTDB_USER trust, +** i.e. a private key? +*/ PRBool CERT_IsUserCert(CERTCertificate* cert); /* is cert a newer than cert b? */