[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Sat Nov 28 08:57:51 UTC 2020
The branch master has been updated
via bf4cdd4abfa28ad52ece035ea25831921aee21c5 (commit)
from be501dd556c949db9a87d7ce401b411110a07d25 (commit)
- Log -----------------------------------------------------------------
commit bf4cdd4abfa28ad52ece035ea25831921aee21c5
Author: Liang Liu <liulliu at cn.ibm.com>
Date: Wed Nov 25 20:40:13 2020 -0800
[DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to the current one.
CLA: trivial
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13519)
-----------------------------------------------------------------------
Summary of changes:
INSTALL.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index b1624b0d27..db893492a1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -141,7 +141,7 @@ Quick Installation Guide
If you just want to get OpenSSL installed without bothering too much
about the details, here is the short version of how to build and install
OpenSSL. If any of the following steps fails, please consult the
-[Installation in Detail](#installation-in-detail) section below.
+[Installation in Detail](#installation-steps-in-detail) section below.
Building OpenSSL
----------------
@@ -395,7 +395,7 @@ ZLib Flags
--with-zlib-include=DIR
The directory for the location of the zlib include file. This option is only
-necessary if [enable-zlib](#enable-zlib) is used and the include file is not
+necessary if [zlib](#zlib) is used and the include file is not
already on the system include path.
### with-zlib-lib
More information about the openssl-commits
mailing list