Fix typo causing MSVC errors
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c
index 444322b..cbb46ee 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -137,7 +137,7 @@
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 )