summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/3rdparty/net7ssh/src/crypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/3rdparty/net7ssh/src/crypt.cpp b/src/libs/3rdparty/net7ssh/src/crypt.cpp
index fb300a2324..b7f4e151f5 100644
--- a/src/libs/3rdparty/net7ssh/src/crypt.cpp
+++ b/src/libs/3rdparty/net7ssh/src/crypt.cpp
@@ -387,7 +387,7 @@ bool ne7ssh_crypt::verifySig (Botan::SecureVector<Botan::byte> &hostKey, Botan::
result = verifier->verify_message (H, sigData);
delete verifier;
if (dsaKey) delete dsaKey;
- if (rsaKey) delete dsaKey;
+ if (rsaKey) delete rsaKey;
if (!result)
{