Missed a spot

This commit is contained in:
Jeff Forcier 2014-03-06 15:14:09 -08:00
parent 7e8623f06f
commit a9434bc626
1 changed files with 1 additions and 1 deletions

View File

@ -1728,7 +1728,7 @@ class Transport (threading.Thread):
def _activate_outbound(self):
"switch on newly negotiated encryption parameters for outbound traffic"
m = Message()
m.add_byte(MSG_NEWKEYS)
m.add_byte(cMSG_NEWKEYS)
self._send_message(m)
block_size = self._cipher_info[self.local_cipher]['block-size']
if self.server_mode: