From b5e690161ec4374eaa457bf12d74fa3782e795e4 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:45:52 +0000 Subject: [PATCH] This FFR is no longer needed in sendmail 8.14 --- usr.sbin/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index ba49431d293..0b89297d8d9 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