about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-10 13:40:41 -0400
committerJune McEnroe <june@causal.agency>2020-08-10 13:40:41 -0400
commita93b549b59ba7edf588468a9144bd969bc594e92 (patch)
tree4144d69b0f5e6474ac4c2cc137d8ce7e521984d1 /bounce.h
parentUse system libcrypto and openssl bin on FreeBSD (diff)
downloadpounce-a93b549b59ba7edf588468a9144bd969bc594e92.tar.gz
pounce-a93b549b59ba7edf588468a9144bd969bc594e92.zip
Refactor clientCA and clientSTS as clientCaps
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bounce.h b/bounce.h
index 8a9958f..4aa61b2 100644
--- a/bounce.h
+++ b/bounce.h
@@ -182,8 +182,7 @@ void serverEnqueue(const char *format, ...)
 	__attribute__((format(printf, 1, 2)));
 void serverDequeue(void);
 
-extern bool clientCA;
-extern bool clientSTS;
+extern enum Cap clientCaps;
 extern char *clientPass;
 extern char *clientAway;
 struct Client *clientAlloc(struct tls *tls);