diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
commit | 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 (patch) | |
tree | 61500c277101ec46af8fed732dfe1c17b941b42c /src/sslclient.c | |
parent | 1087d4df2a7342d2832ba3bab1843bf4a3040775 (diff) |
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.
Diffstat (limited to 'src/sslclient.c')
-rw-r--r-- | src/sslclient.c | 4 |
1 files changed, 1 insertions, 3 deletions
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" |