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..b222352dfd11a75aed15363baaa03571839ac1f0 100644 |
--- a/net/third_party/nss/ssl.gyp |
+++ b/net/third_party/nss/ssl.gyp |
@@ -124,6 +124,11 @@ |
], |
'libraries': [ |
'<!@(<(pkg-config) --libs-only-l nss | sed -e "s/-lssl3//")', |
+ # TODO(sqs): -lsoftokn3 is necessary because SRP_ClientDerive, |
+ # etc., are called from the NSS SSL code. When I separate the |
+ # SRP additions to NSS softokn from the additions to NSS ssl, |
+ # this should no longer be necessary. |
+ '-lsoftokn3' |
], |
}], |
[ 'OS == "mac" or OS == "win"', { |