[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:
parent
b9106e4f21
commit
42867ded42
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue