From d367723c4747ad369c8ce7f5a64c8a4c37e5f5c3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 28 Aug 2020 17:45:42 -0400 Subject: Refactor certificate loading and load all certs from config paths --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2eb2491..75b020d 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ MANS = ${BINS:=.1} -include config.mk OBJS += bounce.o +OBJS += cert.o OBJS += client.o OBJS += config.o OBJS += local.o -- cgit 1.4.1