This FFR is no longer needed in sendmail 8.14

This commit is contained in:
Gregory Neil Shapiro 2007-04-09 01:45:52 +00:00
parent 4881b9c324
commit b5e690161e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168522

View file

@ -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