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

Unified Diff: nss/lib/certdb/certv3.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/certdb/certi.h ('k') | nss/lib/certdb/certxutl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/certdb/certv3.c
===================================================================
--- nss/lib/certdb/certv3.c (revision 203524)
+++ nss/lib/certdb/certv3.c (working copy)
@@ -72,7 +72,7 @@
SECItem baseitem = {siBuffer,0};
SECItem urlstringitem = {siBuffer,0};
SECItem basestringitem = {siBuffer,0};
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
PRBool hasbase;
char *urlstring;
char *str;
@@ -199,7 +199,7 @@
{
SECItem wrapperItem, tmpItem = {siBuffer,0};
SECStatus rv;
- PRArenaPool *arena = NULL;
+ PLArenaPool *arena = NULL;
char *retstring = NULL;
wrapperItem.data = NULL;
@@ -312,7 +312,7 @@
}
CERTAuthKeyID *
-CERT_FindAuthKeyIDExten (PRArenaPool *arena, CERTCertificate *cert)
+CERT_FindAuthKeyIDExten (PLArenaPool *arena, CERTCertificate *cert)
{
SECItem encodedExtenValue;
SECStatus rv;
« no previous file with comments | « nss/lib/certdb/certi.h ('k') | nss/lib/certdb/certxutl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698