introduce-k-switch-defeat-masking.patch

Signed-off-by: Andy Green <andy@warmcat.com>
diff --git a/test-server/test-client.c b/test-server/test-client.c
index b503343..ada5a0e 100644
--- a/test-server/test-client.c
+++ b/test-server/test-client.c
@@ -203,7 +203,7 @@
 	 */
 
 	context = libwebsocket_create_context(CONTEXT_PORT_NO_LISTEN,
-						 protocols, NULL, NULL, -1, -1);
+					      protocols, NULL, NULL, -1, -1, 0);
 	if (context == NULL) {
 		fprintf(stderr, "Creating libwebsocket context failed\n");
 		return 1;