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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.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
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.h ('k') | nss/lib/nss/utilwrap.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c (working copy)
@@ -292,7 +292,7 @@
void *plContext)
{
PKIX_PL_X500Name *x500Name = NULL;
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
CERTName *nssDN = NULL;
SECItem *resultSecItem = NULL;
@@ -396,7 +396,7 @@
PKIX_PL_X500Name **pName,
void *plContext)
{
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
SECStatus rv = SECFailure;
PKIX_PL_X500Name *x500Name = NULL;
@@ -557,7 +557,7 @@
* Address of X500Name whose CERTName flag is to be encoded. Must be
* non-NULL.
* "arena"
- * Address of the PRArenaPool to be used in the encoding, and in which
+ * Address of the PLArenaPool to be used in the encoding, and in which
* "pSECName" will be allocated. Must be non-NULL.
* "pSECName"
* Address where result will be stored. Must be non-NULL.
@@ -574,7 +574,7 @@
PKIX_Error *
pkix_pl_X500Name_GetDERName(
PKIX_PL_X500Name *xname,
- PRArenaPool *arena,
+ PLArenaPool *arena,
SECItem **pDERName,
void *plContext)
{
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.h ('k') | nss/lib/nss/utilwrap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698