mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-02 10:53:16 +03:00
libssh2_priv.h: a 1 bit bit-field should be unsigned
some compilers may not like this
This commit is contained in:
@@ -574,7 +574,7 @@ struct _LIBSSH2_SESSION
|
|||||||
|
|
||||||
/* Agreed Key Exchange Method */
|
/* Agreed Key Exchange Method */
|
||||||
const LIBSSH2_KEX_METHOD *kex;
|
const LIBSSH2_KEX_METHOD *kex;
|
||||||
int burn_optimistic_kexinit:1;
|
unsigned int burn_optimistic_kexinit:1;
|
||||||
|
|
||||||
unsigned char *session_id;
|
unsigned char *session_id;
|
||||||
uint32_t session_id_len;
|
uint32_t session_id_len;
|
||||||
|
|||||||
Reference in New Issue
Block a user