summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-10-10 08:55:09 -0700
committerWayne Davison <wayne@opencoder.net>2022-10-10 08:55:09 -0700
commit11bd2a4fd60b794d3af3660705d2ef0f0f2b61ab (patch)
treefb0693c34dc415e1aa60be422a988f3935f53b8b
parent6ba434de5c886b32103e6c265fe88c17e78945ee (diff)
downloadrsync-11bd2a4fd60b794d3af3660705d2ef0f0f2b61ab.tar.gz
Tweak NEWS.
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 05476bee..24862dd0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -71,7 +71,7 @@
deprecation warnings and makes it easy to support more digest methods. On
newer systems, the MD4 digest is marked as legacy in the openssl code, which
makes openssl refuse to support it via EVP. You can choose to ignore this
- and allow the included MD4 code to be used for older rsync connections (when
+ and allow rsync's MD4 code to be used for older rsync connections (when
talking to an rsync prior to 3.0.0) or you can choose to configure rsync to
tell openssl to enable legacy algorithms (see below).