Skip to content

Commit

Permalink
Merge branch '2.9' into 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 17, 2022
2 parents 8a00929 + c074a45 commit 88e2bae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions paramiko/rsakey.py
Expand Up @@ -150,10 +150,7 @@ def verify_ssh_sig(self, data, msg):

try:
key.verify(
sign,
data,
padding.PKCS1v15(),
self.HASHES[sig_algorithm](),
sign, data, padding.PKCS1v15(), self.HASHES[sig_algorithm]()
)
except InvalidSignature:
return False
Expand Down

0 comments on commit 88e2bae

Please sign in to comment.