summaryrefslogtreecommitdiffhomepage
path: root/paramiko/agent.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-14 11:06:44 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-14 11:06:44 -0400
commit91ab5f0c751ed01d16986ca5a66374159f402d6a (patch)
treeb6ee82f463d80a1ecf2d5734d97793f31ba597bf /paramiko/agent.py
parentb0876fa01394186d08938430f9459012fdde3bf1 (diff)
parent9e2e9812247adbedf0eab84ad5cdd80c458d68f9 (diff)
Merge branch 'master' into ecdsa-deterministic
Conflicts: paramiko/ecdsakey.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 2b11337f..5a08d452 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -364,7 +364,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)