mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge pull request #4285: REFAC(lgtm): Removed subsequently overwritten key
Dictionary key 'key_exchange' is subsequently overwritten.
This commit is contained in:
commit
6da56c774e
@ -271,7 +271,6 @@ def main():
|
||||
'key_exchange_verbose': rfc_verbose_kex,
|
||||
'openssl_key_exchange': kx,
|
||||
'openssl_authentication': au,
|
||||
'key_exchange': rfc_kex,
|
||||
'encryption': enc,
|
||||
'message_authentication': mac,
|
||||
'export': exp == 'export',
|
||||
@ -294,7 +293,6 @@ def main():
|
||||
'key_exchange_verbose': None,
|
||||
'openssl_key_exchange': None,
|
||||
'openssl_authentication': None,
|
||||
'key_exchange': None,
|
||||
'encryption': None,
|
||||
'message_authentication': None,
|
||||
'export': None,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user