From 42867ded4247f7fcd66aa0907f85a1660d931612 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Mon, 31 Oct 2005 19:09:46 +0000 Subject: [PATCH] [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 --- paramiko/packet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paramiko/packet.py b/paramiko/packet.py index df127b7..19b59ce 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: