1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-02 10:53:16 +03:00

Fix warnings.

This commit is contained in:
Simon Josefsson
2007-01-23 11:52:23 +00:00
parent f252d350ec
commit 1f232d69ed
4 changed files with 23 additions and 8 deletions

View File

@@ -256,8 +256,6 @@ int _libssh2_rsa_sha1_sign(LIBSSH2_SESSION *session,
unsigned long *signature_len)
{
int ret;
unsigned int i;
libssh2_sha1_ctx ctx;
unsigned char *sig;
unsigned int sig_len;