diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-10 11:33:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-10 11:33:40 +0000 |
commit | cd13b33ad09dd902f12dba8a4ec71d78f7a7f21a (patch) | |
tree | 4df8f0d7b74a79f4b9f498d5420ca496e315f2b3 /mail/sendmail/files | |
parent | - update to 3.6-20200509 (diff) |
- enable _FFR_TLS_SE_OPTS
246259
PR: 246259
Submitted by: ruben@verweg.com
Notes
Notes:
svn path=/head/; revision=534845
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/site.config.m4.tls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index 794b7de02db3..c5c28b3ec328 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,2 +1,2 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC -D_FFR_TLS_SE_OPTS') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |