From d7bec41df3d4c5bef66c75b82b9c80ffdd93f3ab Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 Apr 2023 17:55:27 +0000 Subject: [PATCH] tidy-up: formatting nits [ci skip] --- docs/libssh2_trace_sethandler.3 | 4 ++-- src/wincng.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,