| Index: net/socket/ssl_client_socket_openssl.cc
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_openssl.cc (revision 101367)
|
| +++ net/socket/ssl_client_socket_openssl.cc (working copy)
|
| @@ -821,7 +821,7 @@
|
| DCHECK(server_cert_);
|
| GotoState(STATE_VERIFY_CERT_COMPLETE);
|
|
|
| - int cert_status;
|
| + CertStatus cert_status;
|
| if (ssl_config_.IsAllowedBadCert(server_cert_, &cert_status)) {
|
| VLOG(1) << "Received an expected bad cert with status: " << cert_status;
|
| server_cert_verify_result_.Reset();
|
|
|