summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 00:20:36 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 00:20:36 +0000
commitf7c255ea1def87601d233ca1cdd64da6d2543232 (patch)
tree07e269e5871f01193542263415deecf47f309d98 /remoting/host
parent948ef5ad51b031190496722b5ccd93d50320829a (diff)
downloadchromium_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.cc3
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