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

Unified Diff: nss/lib/cryptohi/secsign.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/cryptohi/seckey.c ('k') | nss/lib/cryptohi/secvfy.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/cryptohi/secsign.c
===================================================================
--- nss/lib/cryptohi/secsign.c (revision 203524)
+++ nss/lib/cryptohi/secsign.c (working copy)
@@ -142,7 +142,7 @@
int signatureLen;
SECStatus rv;
SECItem digder, sigitem;
- PRArenaPool *arena = 0;
+ PLArenaPool *arena = 0;
SECKEYPrivateKey *privKey = cx->key;
SGNDigestInfo *di = 0;
@@ -298,7 +298,7 @@
SECStatus
-SEC_DerSignData(PRArenaPool *arena, SECItem *result,
+SEC_DerSignData(PLArenaPool *arena, SECItem *result,
const unsigned char *buf, int len, SECKEYPrivateKey *pk,
SECOidTag algID)
{
@@ -369,7 +369,7 @@
int modulusLen;
SECStatus rv;
SECItem digder;
- PRArenaPool *arena = 0;
+ PLArenaPool *arena = 0;
SGNDigestInfo *di = 0;
« no previous file with comments | « nss/lib/cryptohi/seckey.c ('k') | nss/lib/cryptohi/secvfy.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698