Skip to content

Commit 43b3130

Browse files
committed
Remove orphan variable.
1 parent bd520e8 commit 43b3130

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/DtlsSrtp/DtlsSrtpClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ public DtlsSrtpClient(TlsCrypto crypto, Certificate certificateChain, Asymmetric
121121

122122
if (clientSrtpData == null)
123123
{
124-
SecureRandom random = new SecureRandom();
125124
int[] protectionProfiles = { SrtpProtectionProfile.SRTP_AES128_CM_HMAC_SHA1_80 };
126125

127126
// Note: the WebRTC spec states Master Key Identifier (MKI) is not used, see https://datatracker.ietf.org/doc/html/rfc8827#name-communications-security.

0 commit comments

Comments
 (0)