| Index: webrtc/base/sslstreamadapter.h
|
| diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h
|
| index fa4965149baba68a109da50a3bdd436dc6ac2e5a..65a7729d163b30a237aaaa607e51768dbb09b04d 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
|
|
|