diff options
author | June McEnroe <june@causal.agency> | 2020-08-10 13:40:41 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-10 13:40:41 -0400 |
commit | a93b549b59ba7edf588468a9144bd969bc594e92 (patch) | |
tree | 4144d69b0f5e6474ac4c2cc137d8ce7e521984d1 /bounce.h | |
parent | Use system libcrypto and openssl bin on FreeBSD (diff) | |
download | pounce-a93b549b59ba7edf588468a9144bd969bc594e92.tar.gz pounce-a93b549b59ba7edf588468a9144bd969bc594e92.zip |
Refactor clientCA and clientSTS as clientCaps
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 3 |
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); |