From 970ad7a54041af7aa95e4466912a59df13b97282 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 17 May 2023 10:08:57 +0200 Subject: Got rid of xs_encdec.h. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 841ad4c..09b8d41 100644 --- a/httpd.c +++ b/httpd.c @@ -3,12 +3,12 @@ #include "xs.h" #include "xs_io.h" -#include "xs_encdec.h" #include "xs_json.h" #include "xs_socket.h" #include "xs_httpd.h" #include "xs_mime.h" #include "xs_time.h" +#include "xs_openssl.h" #include "snac.h" -- cgit v1.2.3