summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail/Makefile
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2004-12-10 19:15:31 +0000
committergshapiro <gshapiro@FreeBSD.org>2004-12-10 19:15:31 +0000
commit35ee62eea56fd3e170bea33daf977aa394350181 (patch)
treeac8f66c6b0c1e114c880893c008d22f805f60773 /usr.sbin/sendmail/Makefile
parenta492859456ba66c7f5d5c2c7c537c7378d424014 (diff)
downloadFreeBSD-src-35ee62eea56fd3e170bea33daf977aa394350181.zip
FreeBSD-src-35ee62eea56fd3e170bea33daf977aa394350181.tar.gz
Enable _FFR_DEAL_WITH_ERROR_SSL to deal with OpenSSL error returns of 0.
PR: bin/73105 MFC after: 2 days
Diffstat (limited to 'usr.sbin/sendmail/Makefile')
-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 6dd1509..4226a72 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
OpenPOWER on IntegriCloud