Index: webrtc/base/sslstreamadapter.h |
diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h |
index dcb802972c715c7c6e3d804e82eb8247cdb2bc24..4fb238a290482d13d00569bc57ccc5cdc45389f8 100644 |
--- a/webrtc/base/sslstreamadapter.h |
+++ b/webrtc/base/sslstreamadapter.h |
@@ -167,7 +167,9 @@ class SSLStreamAdapter : public StreamAdapterInterface { |
// Returns the default Ssl cipher used between streams of this class |
// for the given protocol version. This is used by the unit tests. |
- static std::string GetDefaultSslCipher(SSLProtocolVersion version); |
+ // TODO(torbjorng@webrtc.org): Fix callers to avoid default parameter. |
+ static std::string GetDefaultSslCipher(SSLProtocolVersion version, |
+ KeyType key_type = KT_DEFAULT); |
private: |
// If true, the server certificate need not match the configured |