提交 4faaf0f4 编写于 作者: D Dr. Matthias St. Pierre

INSTALL: clarify documentation of the --api=x.y.z deprecation option

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9599)

(cherry picked from commit bf9d6bb83d009923ceb65753c6dd9fa880e8ba92)
上级 56274078
...@@ -144,7 +144,10 @@ ...@@ -144,7 +144,10 @@
Don't build with support for deprecated APIs below the Don't build with support for deprecated APIs below the
specified version number. For example "--api=1.1.0" will specified version number. For example "--api=1.1.0" will
remove support for all APIS that were deprecated in OpenSSL remove support for all APIS that were deprecated in OpenSSL
version 1.1.0 or below. version 1.1.0 or below. This is a rather specialized option
for developers. If you just intend to remove all deprecated
APIs entirely (up to the current version), it is easier
to add the 'no-deprecated' option instead (see below).
--cross-compile-prefix=PREFIX --cross-compile-prefix=PREFIX
The PREFIX to include in front of commands for your The PREFIX to include in front of commands for your
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册