| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index f1a5231f9ce7fa6cb18ec2d8e8896ace0569d53b..d27d30e01e89d621c92b8c6b91dc3be27bc8b1ca 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -141,7 +141,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| bool SetSslRole(rtc::SSLRole role) override;
|
|
|
| // Find out which DTLS cipher was negotiated
|
| - bool GetSslCipherSuite(uint16_t* cipher) override;
|
| + bool GetSslCipherSuite(int* cipher) override;
|
|
|
| // Once DTLS has been established, this method retrieves the certificate in
|
| // use by the remote peer, for use in external identity verification.
|
|
|