1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-06-06 13:00:59 +03:00

tidy-up: formatting nits [ci skip]

This commit is contained in:
Viktor Szakats 2023-04-26 17:55:27 +00:00
parent 6c6bf4e5c0
commit d7bec41df3
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ libssh2_trace_sethandler - set a trace output handler
#include <libssh2.h>
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

View File

@ -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,