libcrypt.c: Fix typo in _libssh2_rsa_sha1_sign() parameter type

This commit is contained in:
Marc Hoersken 2013-05-09 22:04:02 +02:00 committed by Peter Stuge
parent 951904418b
commit 16ef83dd81

View File

@ -342,7 +342,7 @@ _libssh2_dsa_new_private(libssh2_dsa_ctx ** dsa,
int
_libssh2_rsa_sha1_sign(LIBSSH2_SESSION * session,
libssh2_dsa_ctx * rsactx,
libssh2_rsa_ctx * rsactx,
const unsigned char *hash,
size_t hash_len,
unsigned char **signature, size_t *signature_len)