Stop assuming chars are signed

This commit is contained in:
Paul Bakker 2015-01-13 15:59:55 +01:00
parent 5dd28ea432
commit 8b9bcecaae

View file

@ -137,7 +137,7 @@ struct options
const char *alpn_string; /* ALPN supported protocols */
int fallback; /* is this a fallback connection? */
int extended_ms; /* negotiate extended master secret? */
char etm; /* negotiate encrypt then mac? ? */
int etm; /* negotiate encrypt then mac? */
} opt;
static void my_debug( void *ctx, int level, const char *str )