From 9b1cd33dfb4673e96c98c69d2e8613f3ceee599a Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 12 Jun 2019 17:42:53 +0000 Subject: change "ssl" to "tls" in various identifiers. no functional change. ok gilles@ --- smtpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smtpd') 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= -- cgit v1.2.3-59-g8ed1b