aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-03-15 15:00:34 +0800
committerXi Ruoyao <xry111@xry111.site>2023-03-15 15:00:34 +0800
commitad09ba40a1d521857bf440b093167d91e5172f04 (patch)
treea687299f5f084bbac8a4c5be21ac22acec158db3 /chapter08
parentbbaf00d41541380665f0b146d60d12afb44cc62b (diff)
openssl: Fix a typo, and add a link to OpenSSH issue
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/openssl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index 10cfe26ce..0c3c41a7c 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -98,11 +98,12 @@ make MANSUFFIX=ssl install</userinput></screen>
number</emphasis>.
</para>
+ <!-- https://bugzilla.mindrot.org/show_bug.cgi?id=3548 -->
<para>
If <application>OpenSSH</application> is installed, it will be an
exception of the general rule above. It contains an
over-restrictive OpenSSL version check, so both SSH client and SSH
- server will refuse to start if <application>OpenSSH</application>
+ server will refuse to start if OpenSSL
is updated with MAJOR version number unchanged but MINOR version
number changed. You need to rebuild
<application>OpenSSH</application> after such an upgrade.