diff options
author | Robey Pointer <robey@lag.net> | 2005-10-31 19:09:46 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-10-31 19:09:46 +0000 |
commit | 42867ded4247f7fcd66aa0907f85a1660d931612 (patch) | |
tree | 3f94993216242f981f66722bec08cbca08884261 | |
parent | b9106e4f214c7b58b18d67e1a01d69eccbb9155d (diff) |
[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
-rw-r--r-- | paramiko/packet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/packet.py b/paramiko/packet.py index df127b74..19b59ce3 100644 --- a/paramiko/packet.py +++ b/paramiko/packet.py @@ -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: |