diff --git a/docs/libssh2_trace_sethandler.3 b/docs/libssh2_trace_sethandler.3 index badf2332..03eada56 100644 --- a/docs/libssh2_trace_sethandler.3 +++ b/docs/libssh2_trace_sethandler.3 @@ -6,13 +6,13 @@ libssh2_trace_sethandler - set a trace output handler #include typedef void (*libssh2_trace_handler_func)(LIBSSH2_SESSION *session, - void* context, + void *context, const char *data, size_t length); int libssh2_trace_sethandler(LIBSSH2_SESSION *session, - void* context, + void *context, libssh2_trace_handler_func callback); .fi .SH DESCRIPTION diff --git a/src/wincng.c b/src/wincng.c index 3c842bc1..ae3c1889 100644 --- a/src/wincng.c +++ b/src/wincng.c @@ -1258,7 +1258,7 @@ _libssh2_wincng_rsa_sha1_verify(libssh2_rsa_ctx *rsa, #if LIBSSH2_RSA_SHA2 int -_libssh2_wincng_rsa_sha2_verify(libssh2_rsa_ctx* rsa, +_libssh2_wincng_rsa_sha2_verify(libssh2_rsa_ctx *rsa, size_t hash_len, const unsigned char *sig, size_t sig_len,