1
1

wincng: fixed mismatch with declarations in crypto.h

Этот коммит содержится в:
Marc Hoersken 2015-03-22 15:58:00 +01:00
родитель 49ea2be885
Коммит aa4e649d94
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -986,7 +986,7 @@ _libssh2_wincng_rsa_new_private(libssh2_rsa_ctx **rsa,
int
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
LIBSSH2_SESSION *session,
char *filedata,
const char *filedata,
size_t filedata_len,
unsigned const char *passphrase)
{

Просмотреть файл

@ -396,7 +396,7 @@ _libssh2_wincng_rsa_new_private(libssh2_rsa_ctx **rsa,
int
_libssh2_wincng_rsa_new_private_frommemory(libssh2_rsa_ctx **rsa,
LIBSSH2_SESSION *session,
char *filedata,
const char *filedata,
size_t filedata_len,
unsigned const char *passphrase);
int