about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorNoah Pederson <noah@packetlost.dev>2019-12-28 14:25:43 -0500
committerJune McEnroe <june@causal.agency>2019-12-28 14:42:28 -0500
commit34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305 (patch)
tree2fee7a2f41754e5b926be935b699003fb7111d48 /chat.h
parentRename catgirl.7 to README.7 (diff)
downloadcatgirl-34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305.tar.gz
catgirl-34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305.zip
Adds insecure flag to skip certificate validation
Usage:

    catgirl -! -h ...
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index ee7a087..01bab21 100644
--- a/chat.h
+++ b/chat.h
@@ -34,6 +34,7 @@ typedef unsigned uint;
 typedef unsigned char byte;
 
 struct {
+	bool insecure;
 	char *host;
 	char *port;
 	char *auth;