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

Unified Diff: nss/lib/softoken/lgglue.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/softoken/lgglue.h ('k') | nss/lib/softoken/lowpbe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/softoken/lgglue.c
===================================================================
--- nss/lib/softoken/lgglue.c (revision 203524)
+++ nss/lib/softoken/lgglue.c (working copy)
@@ -168,7 +168,7 @@
* various keys and attributes.
*/
static SECStatus
-sftkdb_encrypt_stub(PRArenaPool *arena, SDB *sdb, SECItem *plainText,
+sftkdb_encrypt_stub(PLArenaPool *arena, SDB *sdb, SECItem *plainText,
SECItem **cipherText)
{
SFTKDBHandle *handle = sdb->app_private;
« no previous file with comments | « nss/lib/softoken/lgglue.h ('k') | nss/lib/softoken/lowpbe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698