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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.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_x500name.h
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.h (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.h (working copy)
@@ -19,7 +19,7 @@
struct PKIX_PL_X500NameStruct{
- PRArenaPool *arena; /* X500Name arena. Shared arena with nssDN
+ PLArenaPool *arena; /* X500Name arena. Shared arena with nssDN
* and derName */
CERTName nssDN;
SECItem derName; /* adding DER encoded CERTName to the structure
@@ -33,7 +33,7 @@
PKIX_Error *pkix_pl_X500Name_GetDERName(
PKIX_PL_X500Name *xname,
- PRArenaPool *arena,
+ PLArenaPool *arena,
SECItem **pSECName,
void *plContext);
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698