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 12:44:14 +00:00
parent b1d855d1ac
commit d2be40421a
7 changed files with 25 additions and 15 deletions

View File

@@ -139,7 +139,6 @@ int _libssh2_dsa_new(libssh2_dsa_ctx **dsactx,
int _libssh2_dsa_sha1_verify(libssh2_dsa_ctx *dsactx,
const unsigned char *sig,
unsigned long sig_len,
const unsigned char *m,
unsigned long m_len)
{