mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-02 10:53:16 +03:00
Fix warnings.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user