summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
diff options
context:
space:
mode:
authorSebastian Deiss <sdeiss@haw-landshut.de>2014-04-23 14:42:23 +0200
committerSebastian Deiss <sdeiss@haw-landshut.de>2014-04-23 14:42:23 +0200
commitce87fc8d7a8a025671183fc78091e5d1f6760f5f (patch)
treebce8764d8c708567e378d773e9352ee13a62daf6 /paramiko/agent.py
parent550f0b99eadf8a366253046acdd944709214123f (diff)
parent417102dbea0fbe2f7df6c690ee610b2cc2c18b19 (diff)
downloadparamiko-ce87fc8d7a8a025671183fc78091e5d1f6760f5f.tar.gz
Merge branch 'paramiko:master' into gssapi-py3-support
Conflicts: sites/www/changelog.rst test.py
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r--paramiko/agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py
index 68e9be9f..4f463449 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -365,7 +365,7 @@ class AgentKey(PKey):
def get_name(self):
return self.name
- def sign_ssh_data(self, rng, data):
+ def sign_ssh_data(self, data):
msg = Message()
msg.add_byte(cSSH2_AGENTC_SIGN_REQUEST)
msg.add_string(self.blob)