mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-16 22:20:56 +00:00
Stop assuming chars are signed
(They aren't on ARM by default.)
This commit is contained in:
parent
54b1a8fa4d
commit
982865618a
@ -135,7 +135,7 @@ struct options
|
||||
int tickets; /* enable / disable session tickets */
|
||||
const char *alpn_string; /* ALPN supported protocols */
|
||||
int fallback; /* is this a fallback connection? */
|
||||
char extended_ms; /* negotiate extended master secret? */
|
||||
int extended_ms; /* negotiate extended master secret? */
|
||||
} opt;
|
||||
|
||||
static void my_debug( void *ctx, int level, const char *str )
|
||||
|
Loading…
Reference in New Issue
Block a user