Index: nss/lib/certhigh/ocsp.h |
=================================================================== |
--- nss/lib/certhigh/ocsp.h (revision 195639) |
+++ nss/lib/certhigh/ocsp.h (working copy) |
@@ -300,7 +300,7 @@ |
* or a low-level or internal error occurred). |
*/ |
extern CERTOCSPResponse * |
-CERT_DecodeOCSPResponse(SECItem *src); |
+CERT_DecodeOCSPResponse(const SECItem *src); |
/* |
* FUNCTION: CERT_DestroyOCSPResponse |
@@ -551,7 +551,7 @@ |
CERT_CacheOCSPResponseFromSideChannel(CERTCertDBHandle *handle, |
CERTCertificate *cert, |
PRTime time, |
- SECItem *encodedResponse, |
+ const SECItem *encodedResponse, |
void *pwArg); |
/* |