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

Unified Diff: trunk/src/net/tools/flip_server/spdy_ssl.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/acceptor_thread.cc ('k') | trunk/src/remoting/host/token_validator_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/tools/flip_server/spdy_ssl.cc
===================================================================
--- trunk/src/net/tools/flip_server/spdy_ssl.cc (revision 283844)
+++ trunk/src/net/tools/flip_server/spdy_ssl.cc (working copy)
@@ -80,7 +80,6 @@
SSL_CTX_set_mode(state->ssl_ctx, SSL_MODE_RELEASE_BUFFERS);
#endif
-#if !defined(OPENSSL_IS_BORINGSSL)
// Proper methods to disable compression don't exist until 0.9.9+. For now
// we must manipulate the stack of compression methods directly.
if (disable_ssl_compression) {
@@ -91,7 +90,6 @@
static_cast<void>(sk_SSL_COMP_delete(ssl_comp_methods, i));
}
}
-#endif
}
SSL* CreateSSLContext(SSL_CTX* ssl_ctx) {
« no previous file with comments | « trunk/src/net/tools/flip_server/acceptor_thread.cc ('k') | trunk/src/remoting/host/token_validator_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698