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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 diff -pu -r a/net/third_party/nss/ssl/ssl3ecc.c b/net/third_party/nss/ssl/ssl3ec c.c
2 --- a/net/third_party/nss/ssl/ssl3ecc.c 2012-11-09 16:26:10.713478716 -0800
3 +++ b/net/third_party/nss/ssl/ssl3ecc.c 2012-11-09 16:25:51.713206134 -0800
4 @@ -28,6 +28,7 @@
5
6 #include "pk11func.h"
7 #include "secmod.h"
8 +#include "ec.h"
9
10 #include <stdio.h>
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698