aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-06-24 16:45:35 +0200
committerGilles Chehade <gilles@poolp.org>2019-06-24 16:45:35 +0200
commit5fe40c286b4ce67f75a0f608a01691475a9f7528 (patch)
tree507a2529affc00094b541a0de27b222c5d51bc91 /mk
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-5fe40c286b4ce67f75a0f608a01691475a9f7528.tar.xz
OpenSMTPD-5fe40c286b4ce67f75a0f608a01691475a9f7528.zip
sync
Diffstat (limited to 'mk')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index 2bd2c71f..fdf77cf6 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -86,7 +86,7 @@ smtpd_SOURCES+= $(smtpd_srcdir)/scheduler_ramqueue.c
smtpd_SOURCES+= $(smtpd_srcdir)/stat_ramstat.c
-smtpd_CFLAGS= -DIO_SSL
+smtpd_CFLAGS= -DIO_TLS
smtpd_CFLAGS+= -DCA_FILE=\"$(CA_FILE)\"
AM_CPPFLAGS= -I$(smtpd_srcdir) \