wincng: fixed mismatch with declarations in crypto.h
Этот коммит содержится в:
родитель
49ea2be885
Коммит
aa4e649d94
@ -986,7 +986,7 @@ _libssh2_wincng_rsa_new_private(libssh2_rsa_ctx **rsa,
|
|||||||
int
|
int
|
||||||
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
|
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
|
||||||
LIBSSH2_SESSION *session,
|
LIBSSH2_SESSION *session,
|
||||||
char *filedata,
|
const char *filedata,
|
||||||
size_t filedata_len,
|
size_t filedata_len,
|
||||||
unsigned const char *passphrase)
|
unsigned const char *passphrase)
|
||||||
{
|
{
|
||||||
|
@ -396,7 +396,7 @@ _libssh2_wincng_rsa_new_private(libssh2_rsa_ctx **rsa,
|
|||||||
int
|
int
|
||||||
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
|
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
|
||||||
LIBSSH2_SESSION *session,
|
LIBSSH2_SESSION *session,
|
||||||
char *filedata,
|
const char *filedata,
|
||||||
size_t filedata_len,
|
size_t filedata_len,
|
||||||
unsigned const char *passphrase);
|
unsigned const char *passphrase);
|
||||||
int
|
int
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user