Chromium Code Reviews| 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> |
| + |