1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-03 22:13:11 +03:00

Fix warnings.

This commit is contained in:
Simon Josefsson
2007-01-23 12:44:14 +00:00
parent b1d855d1ac
commit d2be40421a
7 changed files with 25 additions and 15 deletions

View File

@@ -79,7 +79,6 @@ int _libssh2_rsa_new(libssh2_rsa_ctx **rsa,
int _libssh2_rsa_sha1_verify(libssh2_rsa_ctx *rsa,
const unsigned char *sig,
unsigned long sig_len,
const unsigned char *m,
unsigned long m_len)
{