Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h (working copy)
@@ -25,7 +25,7 @@
#define MAX_OCSP_RESPONSE_LEN (64*1024)
struct PKIX_PL_OcspResponseStruct{
- PRArenaPool *arena;
+ PLArenaPool *arena;
const PKIX_PL_OcspRequest *request;
const SEC_HttpClientFcn *httpClient;
SEC_HTTP_SERVER_SESSION serverSession;
@@ -33,7 +33,7 @@
PKIX_PL_VerifyCallback verifyFcn;
SECItem *encodedResponse;
CERTCertDBHandle *handle;
- int64 producedAt;
+ PRTime producedAt;
PKIX_PL_Date *producedAtDate;
PKIX_PL_Cert *pkixSignerCert;
CERTOCSPResponse *nssOCSPResponse;
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocsprequest.c ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698