libssh2_priv.h: a 1 bit bit-field should be unsigned
some compilers may not like this
This commit is contained in:
parent
200784c4e7
commit
7d4b5a8e07
@ -574,7 +574,7 @@ struct _LIBSSH2_SESSION
|
||||
|
||||
/* Agreed Key Exchange Method */
|
||||
const LIBSSH2_KEX_METHOD *kex;
|
||||
int burn_optimistic_kexinit:1;
|
||||
unsigned int burn_optimistic_kexinit:1;
|
||||
|
||||
unsigned char *session_id;
|
||||
uint32_t session_id_len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user