Remove code interfacing legacy openssl.

BUG=

Review URL: https://codereview.webrtc.org/1808763002

Cr-Commit-Position: refs/heads/master@{#12041}
This commit is contained in:
torbjorng
2016-03-17 11:53:14 -07:00
committed by Commit bot
parent e0897c043b
commit 4cd331bead
6 changed files with 3 additions and 333 deletions

View File

@ -27,8 +27,6 @@ namespace rtc {
class OpenSSLAdapter : public SSLAdapter, public MessageHandler {
public:
static bool InitializeSSL(VerificationCallback callback);
static bool InitializeSSLThread();
static bool CleanupSSL();
OpenSSLAdapter(AsyncSocket* socket);
~OpenSSLAdapter() override;