Index: nss/lib/certhigh/ocspi.h |
=================================================================== |
--- nss/lib/certhigh/ocspi.h (revision 203524) |
+++ nss/lib/certhigh/ocspi.h (working copy) |
@@ -18,7 +18,7 @@ |
ocsp_GetResponseSignature(CERTOCSPResponse *response); |
SECItem * |
-ocsp_DigestValue(PRArenaPool *arena, SECOidTag digestAlg, |
+ocsp_DigestValue(PLArenaPool *arena, SECOidTag digestAlg, |
SECItem *fill, const SECItem *src); |
PRBool |
@@ -37,13 +37,13 @@ |
CERTOCSPRequest * |
cert_CreateSingleCertOCSPRequest(CERTOCSPCertID *certID, |
CERTCertificate *singleCert, |
- int64 time, |
+ PRTime time, |
PRBool addServiceLocator, |
CERTCertificate *signerCert); |
SECStatus |
ocsp_GetCachedOCSPResponseStatusIfFresh(CERTOCSPCertID *certID, |
- int64 time, |
+ PRTime time, |
PRBool ignoreOcspFailureMode, |
SECStatus *rvOcsp, |
SECErrorCodes *missingResponseError); |
@@ -63,7 +63,7 @@ |
* CERTCertificate *signerCert |
* the certificate that was used to sign the OCSP response. |
* must be obtained via a call to CERT_VerifyOCSPResponseSignature. |
- * int64 time |
+ * PRTime time |
* The time at which we're checking the status for. |
* PRBool *certIDWasConsumed |
* In and Out parameter. |
@@ -85,7 +85,7 @@ |
CERTOCSPResponse *response, |
CERTOCSPCertID *certID, |
CERTCertificate *signerCert, |
- int64 time, |
+ PRTime time, |
PRBool *certIDWasConsumed, |
SECStatus *cacheUpdateStatus); |