summaryrefslogtreecommitdiff
path: root/client_network.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-12-06 22:52:04 -0500
committerTest_User <hax@andrewyu.org>2023-12-06 22:52:04 -0500
commite939637c995c8730e899dff61cd93cc71decc928 (patch)
tree7329376068a458c51de8bace2d1be6bc5a1145e9 /client_network.c
parentb5f5f18ae3ed0887685ef48b6d7750c0a4d0d57e (diff)
downloadcoupserv-e939637c995c8730e899dff61cd93cc71decc928.tar.gz
coupserv-e939637c995c8730e899dff61cd93cc71decc928.zip
Revert "No more TLS"
This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
Diffstat (limited to 'client_network.c')
-rw-r--r--client_network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client_network.c b/client_network.c
index a0c25be..cef4776 100644
--- a/client_network.c
+++ b/client_network.c
@@ -26,6 +26,7 @@
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
+#include <gnutls/gnutls.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/types.h>
@@ -40,6 +41,7 @@
#include "config.h"
#include "types.h"
#include "table.h"
+#include "tls.h"
struct table client_network_commands = {0};
struct string client_nick = {0};