Chromium Code Reviews| Index: nss/lib/certdb/cert.h |
| =================================================================== |
| --- nss/lib/certdb/cert.h (revision 233722) |
| +++ nss/lib/certdb/cert.h (working copy) |
| @@ -268,7 +268,7 @@ |
| ** Retrieve the Key Type associated with the cert we're dealing with |
| */ |
| -extern KeyType CERT_GetCertKeyType (CERTSubjectPublicKeyInfo *spki); |
| +extern KeyType CERT_GetCertKeyType (const CERTSubjectPublicKeyInfo *spki); |
| /* |
| ** Initialize the certificate database. This is called to create |