Index: webrtc/base/opensslstreamadapter.h |
diff --git a/webrtc/base/opensslstreamadapter.h b/webrtc/base/opensslstreamadapter.h |
index 5cad3a192041d62478e70e232c35690cac3f496f..cf332b155df11e84b69d563430523de0d82d6d2f 100644 |
--- a/webrtc/base/opensslstreamadapter.h |
+++ b/webrtc/base/opensslstreamadapter.h |
@@ -110,7 +110,8 @@ class OpenSSLStreamAdapter : public SSLStreamAdapter { |
static bool HaveDtls(); |
static bool HaveDtlsSrtp(); |
static bool HaveExporter(); |
- static std::string GetDefaultSslCipher(SSLProtocolVersion version); |
+ static std::string GetDefaultSslCipher(SSLProtocolVersion version, |
+ KeyType key_type); |
protected: |
void OnEvent(StreamInterface* stream, int events, int err) override; |