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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c

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_crlentry.c
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c (working copy)
@@ -218,7 +218,7 @@
void *plContext)
{
CERTCertExtension *extension = NULL;
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
PKIX_UInt32 extHash = 0;
PKIX_UInt32 hashValue = 0;
SECItem *derBytes = NULL;
@@ -393,7 +393,7 @@
CERTCertExtension **secondExtensions;
CERTCertExtension *firstExtension = NULL;
CERTCertExtension *secondExtension = NULL;
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
PKIX_Boolean cmpResult = PKIX_FALSE;
SECItem *firstDerBytes = NULL;
SECItem *secondDerBytes = NULL;
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.c ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698