Fix typo causing MSVC errors

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-17 14:29:36 +01:00
parent 9d7821d774
commit be6ce835a2

View File

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