diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-17 00:20:36 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-17 00:20:36 +0000 |
commit | f7c255ea1def87601d233ca1cdd64da6d2543232 (patch) | |
tree | 07e269e5871f01193542263415deecf47f309d98 /remoting/host | |
parent | 948ef5ad51b031190496722b5ccd93d50320829a (diff) | |
download | chromium_src-f7c255ea1def87601d233ca1cdd64da6d2543232.zip chromium_src-f7c255ea1def87601d233ca1cdd64da6d2543232.tar.gz chromium_src-f7c255ea1def87601d233ca1cdd64da6d2543232.tar.bz2 |
Revert "Switch to BoringSSL."
This reverts commit 283542.
This broke the WebView Android build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/token_validator_base.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/host/token_validator_base.cc b/remoting/host/token_validator_base.cc index 452a182..8a5c2c3 100644 --- a/remoting/host/token_validator_base.cc +++ b/remoting/host/token_validator_base.cc @@ -120,9 +120,6 @@ void TokenValidatorBase::OnCertificateRequested( client_cert_store = new net::ClientCertStoreWin(); #elif defined(OS_MACOSX) client_cert_store = new net::ClientCertStoreMac(); -#elif defined(USE_OPENSSL) - // OpenSSL does not use the ClientCertStore infrastructure. - client_cert_store = NULL; #else #error Unknown platform. #endif |