Chromium Code Reviews| Index: nss/lib/certdb/certv3.c |
| =================================================================== |
| --- nss/lib/certdb/certv3.c (revision 195639) |
| +++ nss/lib/certdb/certv3.c (working copy) |
| @@ -25,7 +25,7 @@ |
| SECStatus |
| -CERT_FindCertExtension(CERTCertificate *cert, int tag, SECItem *value) |
| +CERT_FindCertExtension(const CERTCertificate *cert, int tag, SECItem *value) |
| { |
| return (cert_FindExtension (cert->extensions, tag, value)); |
| } |