From: Byron Campen <docfaraday@gmail.com>
Date: Thu, 25 Jul 2024 10:07:00 -0500
Subject: Bug 1909234 - (fix-4fec6f9c67dc) Hollow out the new ssl_adapter lib.
 r?mjf

Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/ee2f06666bcc6d22c4d7c93b78fb52d28452d055
---
 rtc_base/BUILD.gn | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 5e56385efd..b6cf8625ca 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -1642,6 +1642,7 @@ if (!build_with_mozilla) {
 }
 
 rtc_library("ssl_adapter") {
+if (!build_with_mozilla) {
   visibility = [ "*" ]
   sources = [
     "openssl_adapter.cc",
@@ -1690,6 +1691,7 @@ rtc_library("ssl_adapter") {
     configs += [ "..:external_ssl_library" ]
   }
 }
+}
 
 rtc_source_set("gtest_prod") {
   sources = [ "gtest_prod_util.h" ]
