| Index: webrtc/base/sslstreamadapter.h
|
| diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h
|
| index 867f309a03b6c721339082e8a3676aa4772a8993..a849e9f35d602b9bbb2f902fcc6fef564d29b284 100644
|
| --- a/webrtc/base/sslstreamadapter.h
|
| +++ b/webrtc/base/sslstreamadapter.h
|
| @@ -167,10 +167,10 @@ class SSLStreamAdapter : public StreamAdapterInterface {
|
| // result -- where to put the computed value
|
| // result_len -- the length of the computed value
|
| virtual bool ExportKeyingMaterial(const std::string& label,
|
| - const uint8* context,
|
| + const uint8_t* context,
|
| size_t context_len,
|
| bool use_context,
|
| - uint8* result,
|
| + uint8_t* result,
|
| size_t result_len);
|
|
|
| // DTLS-SRTP interface
|
|
|