diff options
author | default <nobody@localhost> | 2023-05-17 10:08:57 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-17 10:08:57 +0200 |
commit | 970ad7a54041af7aa95e4466912a59df13b97282 (patch) | |
tree | c583a83fa9fb412ed81b0b1b17c48222f058d826 /httpd.c | |
parent | 7f1b87a6b69055e5f0a3dcc890f9fecd45466a90 (diff) |
Got rid of xs_encdec.h.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |