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

Unified Diff: nss.gyp

Issue 12042100: Add an optimized 32-bit implementation of the NIST P-256 elliptic curve. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Don't use ecp_256.c Created 7 years, 11 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.gyp
===================================================================
--- nss.gyp (revision 177437)
+++ nss.gyp (working copy)
@@ -564,6 +564,7 @@
'mozilla/security/nss/lib/freebl/ecl/ecl_gf.c',
'mozilla/security/nss/lib/freebl/ecl/ecl_mult.c',
'mozilla/security/nss/lib/freebl/ecl/ecp.h',
+ 'mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c',
'mozilla/security/nss/lib/freebl/ecl/ecp_aff.c',
'mozilla/security/nss/lib/freebl/ecl/ecp_jac.c',
'mozilla/security/nss/lib/freebl/ecl/ecp_jm.c',

Powered by Google App Engine
This is Rietveld 408576698