wincng.c: silent gcc compiler warnings.
This commit is contained in:
parent
1689315fce
commit
df5c61dbca
@ -1276,7 +1276,7 @@ _libssh2_wincng_pub_priv_keyfile(LIBSSH2_SESSION *session,
|
|||||||
#ifdef HAVE_LIBCRYPT32
|
#ifdef HAVE_LIBCRYPT32
|
||||||
unsigned char *pbEncoded, **rpbDecoded;
|
unsigned char *pbEncoded, **rpbDecoded;
|
||||||
unsigned long cbEncoded, *rcbDecoded;
|
unsigned long cbEncoded, *rcbDecoded;
|
||||||
unsigned char *key, *mth;
|
unsigned char *key = NULL, *mth = NULL;
|
||||||
unsigned long keylen, mthlen, index, offset, length;
|
unsigned long keylen, mthlen, index, offset, length;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user