diff options
Diffstat (limited to 'libssh/client.c')
-rw-r--r-- | libssh/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/client.c b/libssh/client.c index d8ff685..0d34a8b 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -390,7 +390,6 @@ error: static int dh_handshake(ssh_session session) { ssh_string e = NULL; ssh_string f = NULL; - ssh_string pubkey = NULL; ssh_string signature = NULL; int rc = SSH_ERROR; |