Chromium Code Reviews| Index: net/socket/ssl_client_socket_openssl.cc |
| =================================================================== |
| --- net/socket/ssl_client_socket_openssl.cc (revision 125777) |
| +++ net/socket/ssl_client_socket_openssl.cc (working copy) |
| @@ -624,7 +624,8 @@ |
| } |
| int SSLClientSocketOpenSSL::ExportKeyingMaterial( |
| - const base::StringPiece& label, const base::StringPiece& context, |
| + const base::StringPiece& label, |
| + bool has_context, const base::StringPiece& context, |
| unsigned char *out, unsigned int outlen) { |
|
Ryan Sleevi
2012/03/10 04:23:31
nit: "unsigned char *" -> "unsigned char* "
|
| crypto::OpenSSLErrStackTracer err_tracer(FROM_HERE); |