Missed a spot
This commit is contained in:
parent
7e8623f06f
commit
a9434bc626
|
@ -1728,7 +1728,7 @@ class Transport (threading.Thread):
|
||||||
def _activate_outbound(self):
|
def _activate_outbound(self):
|
||||||
"switch on newly negotiated encryption parameters for outbound traffic"
|
"switch on newly negotiated encryption parameters for outbound traffic"
|
||||||
m = Message()
|
m = Message()
|
||||||
m.add_byte(MSG_NEWKEYS)
|
m.add_byte(cMSG_NEWKEYS)
|
||||||
self._send_message(m)
|
self._send_message(m)
|
||||||
block_size = self._cipher_info[self.local_cipher]['block-size']
|
block_size = self._cipher_info[self.local_cipher]['block-size']
|
||||||
if self.server_mode:
|
if self.server_mode:
|
||||||
|
|
Loading…
Reference in New Issue