diff options
author | June McEnroe <june@causal.agency> | 2021-10-05 22:34:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-05 22:34:58 -0400 |
commit | 703ddf1c05401250bc106eac5fcc9210b5bd67d3 (patch) | |
tree | 09ea78463215d76d8317828e4270f535159c033f /Makefile | |
parent | Delete local-path socket like normal (diff) | |
download | pounce-703ddf1c05401250bc106eac5fcc9210b5bd67d3.tar.gz pounce-703ddf1c05401250bc106eac5fcc9210b5bd67d3.zip |
Load and reload local certificates like normal
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 39324d8..ac9c045 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,6 @@ LDLIBS.pounce = ${LDADD.crypt} ${LDADD.libtls} OBJS.calico += dispatch.o OBJS.pounce += bounce.o -OBJS.pounce += cert.o OBJS.pounce += client.o OBJS.pounce += config.o OBJS.pounce += local.o |