From 9feaadf3655368107f406ddf8fc8a1ab13a5afd9 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Thu, 12 Oct 2000 17:04:32 +0000 Subject: Remove STARTTLS support as it breaks builds without crypto installed. Waiting to hear back regarding the best way to do this. --- secure/usr.sbin/sendmail/Makefile | 7 ------- usr.sbin/sendmail/Makefile | 7 ------- 2 files changed, 14 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} diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 50228c1..c82cd65 100644 --- a/usr.sbin/sendmail/Makefile +++ b/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} -- cgit v1.1