diff --git a/pc/BUILD.gn b/pc/BUILD.gn index f16e2c15f4..2d43148cd4 100644 --- a/pc/BUILD.gn +++ b/pc/BUILD.gn @@ -182,10 +182,6 @@ rtc_source_set("external_hmac") { ] if (rtc_build_libsrtp) { deps += [ "//third_party/libsrtp" ] - configs = [] - if (!rtc_build_ssl) { - configs += [ "..:external_ssl_library" ] - } } } @@ -615,10 +611,6 @@ rtc_source_set("srtp_session") { ] if (rtc_build_libsrtp) { deps += [ "//third_party/libsrtp" ] - configs = [] - if (!rtc_build_ssl) { - configs += [ "..:external_ssl_library" ] - } } } rtc_source_set("srtp_transport") {