Index: net/socket/ssl_client_socket_mac.cc |
=================================================================== |
--- net/socket/ssl_client_socket_mac.cc (revision 126517) |
+++ net/socket/ssl_client_socket_mac.cc (working copy) |
@@ -778,8 +778,9 @@ |
} |
int SSLClientSocketMac::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; |
} |