From ee2bee88eedb7799bcd70e78eefa2205ff05a719 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 14 Apr 2010 21:20:42 +0200 Subject: Fix warnings --- libssh/client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libssh/client.c') 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; -- cgit