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) { |