summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-12 17:04:32 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-12 17:04:32 +0000
commit9feaadf3655368107f406ddf8fc8a1ab13a5afd9 (patch)
tree8de63200c5cb966dc974d07db8f917fda661d875 /secure
parent88e20da596d97e1dd6e75aa05d95ec075316ad5f (diff)
downloadFreeBSD-src-9feaadf3655368107f406ddf8fc8a1ab13a5afd9.zip
FreeBSD-src-9feaadf3655368107f406ddf8fc8a1ab13a5afd9.tar.gz
Remove STARTTLS support as it breaks builds without crypto installed.
Waiting to hear back regarding the best way to do this.
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.sbin/sendmail/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile
index 50228c1..c82cd65 100644
--- a/secure/usr.sbin/sendmail/Makefile
+++ b/secure/usr.sbin/sendmail/Makefile
@@ -44,13 +44,6 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
-# STARTTLS support
-CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK
-LDADD+= -lssl -lcrypto
-DPADD+= ${LIBSSL} ${LIBCRYPTO}
-.endif
-
# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
DPADD+=${SENDMAIL_DPADD}
OpenPOWER on IntegriCloud