summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2007-04-09 01:45:52 +0000
committergshapiro <gshapiro@FreeBSD.org>2007-04-09 01:45:52 +0000
commit330262c3e1840ae603ea8250fa8fd834679d2711 (patch)
tree79b90c40e1f230a002a65105fbe051259abbf05f /usr.sbin
parent9fd55a85a1859c03f77fd4e03e37797f860b206e (diff)
downloadFreeBSD-src-330262c3e1840ae603ea8250fa8fd834679d2711.zip
FreeBSD-src-330262c3e1840ae603ea8250fa8fd834679d2711.tar.gz
This FFR is no longer needed in sendmail 8.14
Diffstat (limited to 'usr.sbin')
-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 ba49431..0b89297 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -60,7 +60,7 @@ CLEANFILES+=sm_os.h
.if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH)
# STARTTLS support
-CFLAGS+= -DSTARTTLS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
+CFLAGS+= -DSTARTTLS -D_FFR_TLS_1
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif
OpenPOWER on IntegriCloud