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

Unified Diff: nss/lib/pkcs7/p7encode.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/pkcs7/p7decode.c ('k') | nss/lib/pkcs7/p7local.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/pkcs7/p7encode.c
===================================================================
--- nss/lib/pkcs7/p7encode.c (revision 203524)
+++ nss/lib/pkcs7/p7encode.c (working copy)
@@ -61,7 +61,7 @@
PK11SymKey *bulkkey;
void *mark, *wincx;
int i;
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
/* Get the context in case we need it below. */
wincx = cinfo->pwfn_arg;
@@ -661,7 +661,7 @@
SECItem **digests;
SEC_PKCS7SignerInfo *signerinfo, **signerinfos;
SECItem **rawcerts, ***rawcertsp;
- PRArenaPool *poolp;
+ PLArenaPool *poolp;
int certcount;
int ci, cli, rci, si;
@@ -1092,7 +1092,7 @@
* "pwfnarg" is an opaque argument to the above callback.
*/
SECItem *
-SEC_PKCS7EncodeItem (PRArenaPool *pool,
+SEC_PKCS7EncodeItem (PLArenaPool *pool,
SECItem *dest,
SEC_PKCS7ContentInfo *cinfo,
PK11SymKey *bulkkey,
« no previous file with comments | « nss/lib/pkcs7/p7decode.c ('k') | nss/lib/pkcs7/p7local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698