| Index: trunk/src/remoting/host/token_validator_base.cc
|
| ===================================================================
|
| --- trunk/src/remoting/host/token_validator_base.cc (revision 283844)
|
| +++ trunk/src/remoting/host/token_validator_base.cc (working copy)
|
| @@ -120,9 +120,6 @@
|
| 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
|
|
|