diff --git a/src/libgcrypt.c b/src/libgcrypt.c index 29770c73..7d09ffb4 100644 --- a/src/libgcrypt.c +++ b/src/libgcrypt.c @@ -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)