Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: trunk/src/remoting/host/token_validator_base.cc

Issue 405503002: Revert 283813 "Switch to BoringSSL." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/net/tools/flip_server/spdy_ssl.cc ('k') | trunk/src/remoting/remoting_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/net/tools/flip_server/spdy_ssl.cc ('k') | trunk/src/remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698