Index: net/socket/ssl_client_socket_win.h |
=================================================================== |
--- net/socket/ssl_client_socket_win.h (revision 126517) |
+++ net/socket/ssl_client_socket_win.h (working copy) |
@@ -49,8 +49,9 @@ |
virtual void GetSSLInfo(SSLInfo* ssl_info); |
virtual void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); |
virtual int ExportKeyingMaterial(const base::StringPiece& label, |
+ bool has_context, |
const base::StringPiece& context, |
- unsigned char *out, |
+ unsigned char* out, |
unsigned int outlen); |
virtual NextProtoStatus GetNextProto(std::string* proto, |
std::string* server_protos); |