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

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: use system srp and mpi libs, not local copies 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..dfcb406f58a25c069dbd32252257203f6d7d4d7d 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -124,6 +124,7 @@
],
'libraries': [
'<!@(<(pkg-config) --libs-only-l nss | sed -e "s/-lssl3//")',
+ '-lnssdbm3', # TODO(sqs): still needed?
wtc 2011/04/20 18:00:37 I believe this change is wrong. libnssdbm3 is dyn
],
}],
[ 'OS == "mac" or OS == "win"', {

Powered by Google App Engine
This is Rietveld 408576698