Index: net/socket/ssl_client_socket_openssl.cc |
diff --git a/net/socket/ssl_client_socket_openssl.cc b/net/socket/ssl_client_socket_openssl.cc |
index 5489ead7e36861501d492ac80037a7361e452859..27df32d0209b48a8cd7a80c95dbab49fb9d070de 100644 |
--- a/net/socket/ssl_client_socket_openssl.cc |
+++ b/net/socket/ssl_client_socket_openssl.cc |
@@ -954,11 +954,6 @@ int SSLClientSocketOpenSSL::Init() { |
if (cert_verifier_->SupportsOCSPStapling()) |
SSL_enable_ocsp_stapling(ssl_); |
- // Enable fastradio padding. |
- SSL_enable_fastradio_padding(ssl_, |
- ssl_config_.fastradio_padding_enabled && |
- ssl_config_.fastradio_padding_eligible); |
- |
// By default, renegotiations are rejected. After the initial handshake |
// completes, some application protocols may re-enable it. |
SSL_set_reject_peer_renegotiations(ssl_, 1); |