[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-78]

oops, this file wasn't saved yet when i did the randpool.stir() commit
This commit is contained in:
Robey Pointer 2005-10-31 19:09:46 +00:00
parent b9106e4f21
commit 42867ded42
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class Packetizer (object):
Write a block of data using the current cipher, as an SSH block.
"""
# encrypt this sucka
randpool.stir()
data = str(data)
cmd = ord(data[0])
if cmd in MSG_NAMES: