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

Unified Diff: net/third_party/nss/patches/ecpointform.patch

Issue 11275240: Update net/third_party/nss/ssl to NSS 3.14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Correct the NSS version in which EC_POINT_FORM_UNCOMPRESSED was moved to blapit.h Created 8 years, 1 month 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: net/third_party/nss/patches/ecpointform.patch
===================================================================
--- net/third_party/nss/patches/ecpointform.patch (revision 0)
+++ net/third_party/nss/patches/ecpointform.patch (revision 0)
@@ -0,0 +1,11 @@
+diff -pu -r a/net/third_party/nss/ssl/ssl3ecc.c b/net/third_party/nss/ssl/ssl3ecc.c
+--- a/net/third_party/nss/ssl/ssl3ecc.c 2012-11-09 16:26:10.713478716 -0800
++++ b/net/third_party/nss/ssl/ssl3ecc.c 2012-11-09 16:25:51.713206134 -0800
+@@ -28,6 +28,7 @@
+
+ #include "pk11func.h"
+ #include "secmod.h"
++#include "ec.h"
+
+ #include <stdio.h>
+

Powered by Google App Engine
This is Rietveld 408576698