diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-09-25 08:24:27 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-09-25 08:24:27 +0000 |
commit | b576f1e814fcffd832458c1f665c10b82ddbcdd5 (patch) | |
tree | e4b9173468d1d2f5d0a80b7ed94516bb3e4669c5 /usr.sbin/relayd/Makefile | |
parent | e6055d3fccdffa80b7f16225ddb3980ff25b1e93 (diff) |
Introduce two new functions to be able to load certificates while
already chrooted and with privileges dropped.
This is the very first step in being able to reload a
layer 7 configuration.
not ok reyk who's away but should be glad to see this in.
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r-- | usr.sbin/relayd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index a2db29c1ffc..f28c57b0aad 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2007/09/10 11:59:22 reyk Exp $ +# $OpenBSD: Makefile,v 1.14 2007/09/25 08:24:26 pyr Exp $ PROG= hoststated -SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ - ssl.c pfe.c pfe_filter.c hce.c relay.c relay_udp.c carp.c \ - check_icmp.c check_tcp.c check_script.c +SRCS= parse.y log.c control.c buffer.c imsg.c ssl.c ssl_privsep.c \ + hoststated.c pfe.c pfe_filter.c hce.c relay.c relay_udp.c \ + carp.c check_icmp.c check_tcp.c check_script.c MAN= hoststated.8 hoststated.conf.5 LDADD= -levent -lssl -lcrypto |