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:
parent
6c6bf4e5c0
commit
d7bec41df3
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user