diff options
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 | ||||
-rw-r--r-- | src/src/verify.c | 2 |
2 files changed, 2 insertions, 2 deletions
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) |