Index: webrtc/base/sslstreamadapter.h |
diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h |
index c5045f184fb2ce3af74242dab3c29869e61b5084..ba60ce3da09b32ce28b832597784cdaa78e0866a 100644 |
--- a/webrtc/base/sslstreamadapter.h |
+++ b/webrtc/base/sslstreamadapter.h |
@@ -195,6 +195,7 @@ class SSLStreamAdapter : public StreamAdapterInterface { |
static bool HaveDtls(); |
static bool HaveDtlsSrtp(); |
static bool HaveExporter(); |
+ static bool IsBoringSsl(); |
// Returns true iff the supplied cipher is deemed to be strong. |
// TODO(torbjorng): Consider removing the KeyType argument. |