From: Jeremy Harris Date: Mon, 7 Sep 2020 18:56:49 +0000 (+0100) Subject: tidying X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/dcc5e2cbb4a253eea54c12320e54fb5d85d64e5f tidying --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 86584d3d0..1ce732f52 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -121,7 +121,7 @@ PP/01 Fix default prime selection to be consistent. execution flows will use the same DH primes (currently exim.dev.20160529.3). -JH/25 OpenSSL: Fix beck-compatibiility behaviour surrounding tls_certificates +JH/25 OpenSSL: Fix back-compatibiility behaviour surrounding tls_certificates option in smtp transport, to match the documentation. Previously verification was not being done in some cases where it should have been. diff --git a/src/src/verify.c b/src/src/verify.c index a50ac8b7b..07e663536 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -113,7 +113,7 @@ int options = *opt_ptr; open_db dbblock; open_db *dbm_file = NULL; -/* Open the callout cache database, it it exists, for reading only at this +/* Open the callout cache database, if it exists, for reading only at this stage, unless caching has been disabled. */ if (options & vopt_callout_no_cache)