Index: mozilla/security/nss/lib/certdb/cert.h |
=================================================================== |
--- mozilla/security/nss/lib/certdb/cert.h (revision 158129) |
+++ mozilla/security/nss/lib/certdb/cert.h (working copy) |
@@ -97,7 +97,7 @@ |
/* |
** Compare two RDN's, returning the difference between them. |
*/ |
-extern SECComparison CERT_CompareRDN(CERTRDN *a, CERTRDN *b); |
+extern SECComparison CERT_CompareRDN(const CERTRDN *a, const CERTRDN *b); |
/* |
** Create an X.500 style name using a NULL terminated list of RDN's. |
@@ -129,7 +129,7 @@ |
/* |
** Compare two names, returning the difference between them. |
*/ |
-extern SECComparison CERT_CompareName(CERTName *a, CERTName *b); |
+extern SECComparison CERT_CompareName(const CERTName *a, const CERTName *b); |
/* |
** Convert a CERTName into something readable |