diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2004-12-10 19:15:31 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2004-12-10 19:15:31 +0000 |
| commit | 3064e7b052e9ba85391bddc8a7b8943eff9f1915 (patch) | |
| tree | ac8f66c6b0c1e114c880893c008d22f805f60773 /usr.sbin/sendmail | |
| parent | f8ffaabb9d371f86b44e6b46cda29c588d859452 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 6dd1509c9e49..4226a7241e08 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 |
