| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index ac65710bd1e683c023994fd7aebb914b1605ae50..b05650b874630a72f3e0badaa7508fa1bf29b0ee 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -142,7 +142,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
|
|
| // Callback from the SSL layer that indicates the remote server is requesting
|
| // a certificate for this client.
|
| - int ClientCertRequestCallback(SSL* ssl, X509** x509, EVP_PKEY** pkey);
|
| + int ClientCertRequestCallback(SSL* ssl);
|
|
|
| // CertVerifyCallback is called to verify the server's certificates. We do
|
| // verification after the handshake so this function only enforces that the
|
|
|