Index: webrtc/base/opensslstreamadapter.h |
diff --git a/webrtc/base/opensslstreamadapter.h b/webrtc/base/opensslstreamadapter.h |
index 1e90bacc0e463c8368a2d017615281bd88a5099a..05e81021696162b626029bf2a9d723475305665c 100644 |
--- a/webrtc/base/opensslstreamadapter.h |
+++ b/webrtc/base/opensslstreamadapter.h |
@@ -111,6 +111,7 @@ class OpenSSLStreamAdapter : public SSLStreamAdapter { |
static bool HaveDtls(); |
static bool HaveDtlsSrtp(); |
static bool HaveExporter(); |
+ static bool IsBoringSsl(); |
static bool IsAcceptableCipher(int cipher, KeyType key_type); |
static bool IsAcceptableCipher(const std::string& cipher, KeyType key_type); |