diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
commit | 6b6a1b958af3a0e59559e44ad700f761d8a49a09 (patch) | |
tree | 175d8a27f89af432f91863dade6974f15ee310f6 /chapter08/openssl.xml | |
parent | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (diff) | |
parent | e8f0a1b1da395c13076b3485e33dd4f86c8baff0 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r-- | chapter08/openssl.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 40a769311..6a4441552 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -101,21 +101,6 @@ 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 OpenSSL - is updated with MAJOR version number unchanged but MINOR version - number changed. You need to rebuild - <application>OpenSSH</application> after such an upgrade. - <emphasis role='bold'>If <application>OpenSSH</application> is being - used to access the system, you must rebuild and reinstall it - after upgrading OpenSSL to a new MINOR version number before logout - or you won't be able to login via SSH anymore.</emphasis> - </para> - <para> However, any running programs linked to those libraries need to be stopped and restarted. Read the related entries in |