Index: remoting/host/token_validator_base.cc |
diff --git a/remoting/host/token_validator_base.cc b/remoting/host/token_validator_base.cc |
index 08c077ee960b4e15bb3bd3c4c5e601737110ed2c..99796421204d05850e3235f41b4f47a8f743a949 100644 |
--- a/remoting/host/token_validator_base.cc |
+++ b/remoting/host/token_validator_base.cc |
@@ -151,11 +151,9 @@ void TokenValidatorBase::OnCertificateRequested( |
client_cert_store = new net::ClientCertStoreWin(cert_store); |
#elif defined(OS_MACOSX) |
client_cert_store = new net::ClientCertStoreMac(); |
-#elif defined(USE_OPENSSL) |
- // OpenSSL does not use the ClientCertStore infrastructure. |
- client_cert_store = nullptr; |
#else |
-#error Unknown platform. |
+ // OpenSSL does not use the ClientCertStore infrastructure. |
+ client_cert_store = nullptr; |
#endif |
// The callback is uncancellable, and GetClientCert requires selected_certs |
// and client_cert_store to stay alive until the callback is called. So we |