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

Unified Diff: nss/mozilla/security/nss/lib/pkcs7/p7common.c

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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
Index: nss/mozilla/security/nss/lib/pkcs7/p7common.c
===================================================================
--- nss/mozilla/security/nss/lib/pkcs7/p7common.c (revision 55475)
+++ nss/mozilla/security/nss/lib/pkcs7/p7common.c (working copy)
@@ -38,7 +38,7 @@
* PKCS7 implementation -- the exported parts that are used whether
* creating or decoding.
*
- * $Id: p7common.c,v 1.7 2008/02/03 06:08:48 nelson%bolyard.com Exp $
+ * $Id: p7common.c,v 1.8 2010/04/04 20:50:52 nelson%bolyard.com Exp $
*/
#include "p7local.h"
@@ -341,6 +341,7 @@
SECItem content;
SECOidData *contentTypeTag = NULL;
+ content.type = siBuffer;
content.data = (unsigned char *)buf;
content.len = len;

Powered by Google App Engine
This is Rietveld 408576698