diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-24 16:39:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-24 16:39:05 +0100 |
commit | de517fd3061ee343cd36d05587c915f617318671 (patch) | |
tree | f1dc93b3a501552aafc3bf723446b4acd3730895 /doc | |
parent | 21ee816d09865a5c5d85f86ae4d12b9995030806 (diff) |
TLS: introduce USE_OPENSSL as an explicit requirement for the build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 73ed33e86..9159d3021 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -112,10 +112,10 @@ JH/22 The smtp transport option "hosts_try_dane" now enables all hosts by SUPPORT_DANE is now enabled in the prototype build Makefile "EDITME". JH/23 The build default is now for TLS to be included; the SUPPORT_TLS define - is replaced with DISABLE_TLS. You must still, unless you define - DISABLE_TLS, manage the choice of TLS library and the include-dir and - library-file requirements that go with that choice. Non-TLS builds - are still supported. + is replaced with DISABLE_TLS. Either USE_GNUTLS or (the new) USE_OPENSSL + must be defined and you must still, unless you define DISABLE_TLS, manage + the the include-dir and library-file requirements that go with that + choice. Non-TLS builds are still supported. |