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: mozilla/security/nss/lib/pkcs7/p7decode.c

Issue 12197027: Merge NSS_3_14_2_RTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 10 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 | « mozilla/security/nss/lib/pkcs7/certread.c ('k') | mozilla/security/nss/lib/pki/pki3hack.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/security/nss/lib/pkcs7/p7decode.c
===================================================================
--- mozilla/security/nss/lib/pkcs7/p7decode.c (revision 180567)
+++ mozilla/security/nss/lib/pkcs7/p7decode.c (working copy)
@@ -5,7 +5,7 @@
/*
* PKCS7 decoding, verification.
*
- * $Id: p7decode.c,v 1.30 2012/11/27 22:48:08 bsmith%mozilla.com Exp $
+ * $Id: p7decode.c,v 1.31 2012/12/12 19:25:36 wtc%google.com Exp $
*/
#include "p7local.h"
@@ -407,7 +407,6 @@
PK11SymKey *bulkkey = NULL;
SECOidTag keyalgtag, bulkalgtag, encalgtag;
PK11SlotInfo *slot = NULL;
- int bulkLength = 0;
if (recipientinfos == NULL || recipientinfos[0] == NULL) {
p7dcx->error = SEC_ERROR_NOT_A_RECIPIENT;
« no previous file with comments | « mozilla/security/nss/lib/pkcs7/certread.c ('k') | mozilla/security/nss/lib/pki/pki3hack.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698