aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-04-14 21:20:42 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-04-14 21:20:42 +0200
commitee2bee88eedb7799bcd70e78eefa2205ff05a719 (patch)
treeed157efc211fddbebd8cb6df8d048fc722dead93 /libssh/client.c
parent6ffd38d25ecdfaf8e1a93dd3ee281e63d67ec139 (diff)
downloadlibssh-ee2bee88eedb7799bcd70e78eefa2205ff05a719.tar.gz
libssh-ee2bee88eedb7799bcd70e78eefa2205ff05a719.tar.xz
libssh-ee2bee88eedb7799bcd70e78eefa2205ff05a719.zip
Fix warnings
Diffstat (limited to 'libssh/client.c')
-rw-r--r--libssh/client.c1
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;