aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2017-05-22 13:43:15 +0000
committergilles <gilles@openbsd.org>2017-05-22 13:43:15 +0000
commit507a6d672176ef0e309b4bbb15b2308123a461f4 (patch)
tree3eb18db5c7bce2445902b41bea627028d53a023f /smtpd
parentstub for the smtp filter protocol, currently always returns -1 (diff)
downloadOpenSMTPD-507a6d672176ef0e309b4bbb15b2308123a461f4.tar.xz
OpenSMTPD-507a6d672176ef0e309b4bbb15b2308123a461f4.zip
- filters are currently broken, do not allow using them until we're done
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index f5a0914b..314fe2a5 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.85 2016/01/09 09:48:03 jung Exp $
+# $OpenBSD: Makefile,v 1.86 2017/05/22 13:43:15 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -40,6 +40,7 @@ SRCS+= scheduler.c
SRCS+= scheduler_backend.c
SRCS+= smtp.c
SRCS+= smtp_session.c
+SRCS+= smtpf_session.c
SRCS+= smtpd.c
SRCS+= ssl.c
SRCS+= ssl_smtpd.c