diff options
Diffstat (limited to 'third_party/libwebrtc/pc/srtp_transport.h')
-rw-r--r-- | third_party/libwebrtc/pc/srtp_transport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/libwebrtc/pc/srtp_transport.h b/third_party/libwebrtc/pc/srtp_transport.h index 29721f3b68..bad4adc135 100644 --- a/third_party/libwebrtc/pc/srtp_transport.h +++ b/third_party/libwebrtc/pc/srtp_transport.h @@ -19,7 +19,6 @@ #include <vector> #include "absl/types/optional.h" -#include "api/crypto_params.h" #include "api/field_trials_view.h" #include "api/rtc_error.h" #include "p2p/base/packet_transport_internal.h" @@ -154,8 +153,6 @@ class SrtpTransport : public RtpTransport { std::unique_ptr<cricket::SrtpSession> send_rtcp_session_; std::unique_ptr<cricket::SrtpSession> recv_rtcp_session_; - absl::optional<cricket::CryptoParams> send_params_; - absl::optional<cricket::CryptoParams> recv_params_; absl::optional<int> send_crypto_suite_; absl::optional<int> recv_crypto_suite_; rtc::ZeroOnFreeBuffer<uint8_t> send_key_; |