libssh2_priv.h: a 1 bit bit-field should be unsigned

some compilers may not like this
This commit is contained in:
Bob Kast 2014-03-20 14:45:46 -04:00 committed by Marc Hoersken
parent 200784c4e7
commit 7d4b5a8e07

View File

@ -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;