summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-25 17:36:07 -0400
committerTest_User <hax@andrewyu.org>2023-08-25 17:36:07 -0400
commit8fb7f0bc0d3300637c2db8499efbf193ffebf28f (patch)
tree11867c21110d03d04a54e94ce3c6e06920749581 /commands.c
parent39cd7bb66c466ac504db3676ea196ee24540ab2c (diff)
downloadcoupserv-8fb7f0bc0d3300637c2db8499efbf193ffebf28f.tar.gz
coupserv-8fb7f0bc0d3300637c2db8499efbf193ffebf28f.zip
No more TLS
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 0aee0b1..fdae58b 100644
--- a/commands.c
+++ b/commands.c
@@ -34,7 +34,6 @@
#include "table.h"
#include "commands.h"
#include "network.h"
-#include "tls.h"
#include "config.h"
#include "utils.h"