aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2004-12-10 19:15:31 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2004-12-10 19:15:31 +0000
commit3064e7b052e9ba85391bddc8a7b8943eff9f1915 (patch)
treeac8f66c6b0c1e114c880893c008d22f805f60773 /usr.sbin/sendmail
parentf8ffaabb9d371f86b44e6b46cda29c588d859452 (diff)
Notes
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 6dd1509c9e49..4226a7241e08 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -65,7 +65,7 @@ CLEANFILES+=sm_os.h
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
# STARTTLS support
-CFLAGS+= -DSTARTTLS -D_FFR_TLS_1
+CFLAGS+= -DSTARTTLS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif