wincng.c: fixed use of invalid parameter types in a8d14c5dcf
This commit is contained in:
parent
a8d14c5dcf
commit
e52f35d9f4
@ -519,7 +519,7 @@ _libssh2_wincng_load_private(LIBSSH2_SESSION *session,
|
||||
const char *passphrase,
|
||||
unsigned char **ppbEncoded,
|
||||
unsigned long *pcbEncoded,
|
||||
bool tryLoadRSA, bool tryLoadDSA)
|
||||
int tryLoadRSA, int tryLoadDSA)
|
||||
{
|
||||
unsigned char *data;
|
||||
unsigned int datalen;
|
||||
@ -552,7 +552,7 @@ _libssh2_wincng_load_private_memory(LIBSSH2_SESSION *session,
|
||||
const char *passphrase,
|
||||
unsigned char **ppbEncoded,
|
||||
unsigned long *pcbEncoded,
|
||||
bool tryLoadRSA, bool tryLoadDSA)
|
||||
int tryLoadRSA, int tryLoadDSA)
|
||||
{
|
||||
unsigned char *data;
|
||||
unsigned int datalen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user