Remove unnecessary imports

This commit is contained in:
Alexey Khit
2022-09-18 17:14:59 +03:00
parent eb8a4919a2
commit b562392d45
3 changed files with 7 additions and 11 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ func GuessProfile(masterKey []byte) srtp.ProtectionProfile {
switch len(masterKey) {
case 16:
return srtp.ProtectionProfileAes128CmHmacSha1_80
case 32:
return srtp.ProtectionProfileAes256CmHmacSha1_80
//case 32:
// return srtp.ProtectionProfileAes256CmHmacSha1_80
}
return 0
}