diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-11-04 10:14:29 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-11-04 10:14:29 -0500 |
commit | c2a06d153530652823ee5bee2215fec8201308df (patch) | |
tree | bc59eb032a4b8f885b865d9cb05aaa370fbe9e08 | |
parent | d98f567c21286d8465852722f49520032ae3ec5b (diff) |
another bad merge
-rw-r--r-- | paramiko/transport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 629c1caf..40cff527 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -182,13 +182,13 @@ class Transport (threading.Thread, ClosingContextManager): 'arcfour128': { 'class': algorithms.ARC4, 'mode': None, - 'block size': 8, + 'block-size': 8, 'key-size': 16 }, 'arcfour256': { 'class': algorithms.ARC4, 'mode': None, - 'block size': 8, + 'block-size': 8, 'key-size': 32 }, } |