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

Unified Diff: nss/lib/softoken/softoken.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
« no previous file with comments | « nss/lib/softoken/sftkdb.c ('k') | nss/lib/util/derenc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/softoken/softoken.h
===================================================================
--- nss/lib/softoken/softoken.h (revision 203524)
+++ nss/lib/softoken/softoken.h (working copy)
@@ -137,11 +137,11 @@
/*
** pepare an ECParam structure from DEREncoded params
*/
-extern SECStatus EC_FillParams(PRArenaPool *arena,
+extern SECStatus EC_FillParams(PLArenaPool *arena,
const SECItem *encodedParams, ECParams *params);
extern SECStatus EC_DecodeParams(const SECItem *encodedParams,
ECParams **ecparams);
-extern SECStatus EC_CopyParams(PRArenaPool *arena, ECParams *dstParams,
+extern SECStatus EC_CopyParams(PLArenaPool *arena, ECParams *dstParams,
const ECParams *srcParams);
#endif
@@ -159,7 +159,7 @@
** NOTE: If arena is non-NULL, we re-allocate from there, otherwise
** we assume (and use) PR memory (re)allocation.
*/
-extern unsigned char * CBC_PadBuffer(PRArenaPool *arena, unsigned char *inbuf,
+extern unsigned char * CBC_PadBuffer(PLArenaPool *arena, unsigned char *inbuf,
unsigned int inlen, unsigned int *outlen,
int blockSize);
« no previous file with comments | « nss/lib/softoken/sftkdb.c ('k') | nss/lib/util/derenc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698