aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2019-06-12 17:42:53 +0000
committereric <eric@openbsd.org>2019-06-12 17:42:53 +0000
commit9b1cd33dfb4673e96c98c69d2e8613f3ceee599a (patch)
tree07a8dbbb425025b7a48cdddefa91a3b96fec7c92 /smtpd
parentassume RSA_METHOD is opaque and only access members through setters/getters (diff)
downloadOpenSMTPD-9b1cd33dfb4673e96c98c69d2e8613f3ceee599a.tar.xz
OpenSMTPD-9b1cd33dfb4673e96c98c69d2e8613f3ceee599a.zip
change "ssl" to "tls" in various identifiers.
no functional change. ok gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index e361e3f2..5c4128bb 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.100 2018/12/11 13:29:52 gilles Exp $
+# $OpenBSD: Makefile,v 1.101 2019/06/12 17:42:53 eric Exp $
.PATH: ${.CURDIR}/..
@@ -91,7 +91,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -Werror-implicit-function-declaration
#CFLAGS+= -Werror # during development phase (breaks some archs)
-CFLAGS+= -DIO_SSL
+CFLAGS+= -DIO_TLS
CFLAGS+= -DQUEUE_PROFILING
YFLAGS=