We don't need to link with libssl.so when we already depend on openssl.

This fixes the hidden-symbol linker warnings.

BUG=2149
R=mallinath@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1927004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4459 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2013-07-31 22:41:36 +00:00
parent 27c0408a16
commit 7fdbb1c832

View File

@ -574,7 +574,6 @@
'-lcrypto',
'-ldl',
'-lrt',
'-lssl',
'-lXext',
'-lX11',
'-lXcomposite',
@ -650,7 +649,7 @@
],
},
'defines': [
'SSL_USE_NSS',
'SSL_USE_NSS',
],
}],
['OS=="win"', {