From 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sun, 14 Jul 2024 22:30:34 +0200 Subject: convert to the meson build system This removes a lot of files. Remove all conf-* files. The settings move to meson.options. Add editor config. Remove the auto_*.h files. They move to config.h.in. --- src/sslclient.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sslclient.c') diff --git a/src/sslclient.c b/src/sslclient.c index 1d4ce57..c546388 100644 --- a/src/sslclient.c +++ b/src/sslclient.c @@ -30,9 +30,7 @@ #include "byte.h" #include "ndelay.h" #include "wait.h" -#include "auto_cafile.h" -#include "auto_cadir.h" -#include "auto_ciphers.h" +#include "ucspissl-config.h" #define WHO "sslclient" -- cgit v1.2.3