| 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 8a860f35ba4fee669f8b7cf277527755f1b4b47c..be0aadfc6c41e8ff128f35aac2d3c514098f9475 100644
|
| --- a/net/socket/ssl_client_socket_openssl.cc
|
| +++ b/net/socket/ssl_client_socket_openssl.cc
|
| @@ -58,7 +58,7 @@
|
| #include "net/ssl/ssl_key_logger.h"
|
| #endif
|
|
|
| -#if defined(USE_NSS_CERTS) || defined(OS_IOS)
|
| +#if defined(USE_NSS_VERIFIER)
|
| #include "net/cert_net/nss_ocsp.h"
|
| #endif
|
|
|
| @@ -887,7 +887,7 @@ int SSLClientSocketOpenSSL::Init() {
|
| DCHECK(!ssl_);
|
| DCHECK(!transport_bio_);
|
|
|
| -#if defined(USE_NSS_CERTS) || defined(OS_IOS)
|
| +#if defined(USE_NSS_VERIFIER)
|
| if (ssl_config_.cert_io_enabled) {
|
| // TODO(davidben): Move this out of SSLClientSocket. See
|
| // https://crbug.com/539520.
|
|
|