Index: net/socket/ssl_client_socket_win.cc |
=================================================================== |
--- net/socket/ssl_client_socket_win.cc (revision 126517) |
+++ net/socket/ssl_client_socket_win.cc (working copy) |
@@ -540,8 +540,9 @@ |
} |
int SSLClientSocketWin::ExportKeyingMaterial(const base::StringPiece& label, |
+ bool has_context, |
const base::StringPiece& context, |
- unsigned char *out, |
+ unsigned char* out, |
unsigned int outlen) { |
return ERR_NOT_IMPLEMENTED; |
} |