From 48147d8d71b84606ceef05d23fc3382429219431 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 5 Jun 2025 16:09:11 +0200 Subject: [PATCH] ; * doc/emacs/misc.texi (Network Security): Fix typo. (cherry picked from commit e4ba279b014417c77cf494575434c0714b03eaa3) --- doc/emacs/misc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d7b057df56d..bedc4a29697 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -430,7 +430,7 @@ checks in @code{network-security-protocol-checks}). The protocols older than @acronym{TLS1.0} are believed to be vulnerable to a variety of attacks, and you may want to avoid using these if what you're doing requires higher security. (This is the -@code{ssl} check in @code{network-security-protocol-checks}). +@code{version} check in @code{network-security-protocol-checks}). @item Triple DES (or @acronym{3DES}) cipher The @acronym{3DES} stream cipher provides at most 112 bits of -- 2.39.5