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

Unified Diff: net/third_party/nss/ssl.gyp

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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: net/third_party/nss/ssl.gyp
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index 7a0d21ed324fc8e69a0c441b7977d8aa20e613ab..02ba2d5f472d32386f8c677430f2788cd95f367e 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -25,6 +25,18 @@
'product_name': 'ssl',
'type': '<(library)',
'sources': [
+ #'ssl/mpi.h',
+ #'ssl/srp_groups.h',
+ #'ssl/logtab.h',
+ #'ssl/mpi-config.h',
+ #'ssl/mpi-priv.h',
+ 'ssl/mpi/mpi.c',
+ 'ssl/srp.c',
+ 'ssl/mpi/mpmontg.c',
+ 'ssl/mpi/mplogic.c',
+ 'ssl/mpi/mpcpucache.c',
+ #'ssl/secmpi.h',
+
'ssl/authcert.c',
'ssl/cmpcert.c',
'ssl/derive.c',
@@ -124,6 +136,7 @@
],
'libraries': [
'<!@(<(pkg-config) --libs-only-l nss | sed -e "s/-lssl3//")',
+ '-lnssdbm3', # TODO(sqs): still needed?
],
}],
[ 'OS == "mac" or OS == "win"', {

Powered by Google App Engine
This is Rietveld 408576698