--- pgadmin/libssh2/hostkey.c.orig 2016-01-04 16:05:37.000000000 +0300 +++ pgadmin/libssh2/hostkey.c 2016-01-07 15:34:02.646575436 +0300 @@ -277,8 +277,8 @@ libssh2_dsa_ctx *dsactx; const unsigned char *p, *q, *g, *y, *s; unsigned long p_len, q_len, g_len, y_len, len; + int ret; (void) hostkey_data_len; - int ret; if (*abstract) { hostkey_method_ssh_dss_dtor(session, abstract);