提交 54a0d4ce 编写于 作者: R Richard Levitte

Update INSTALL to document the changed '--api' and 'no-deprecated'

Reviewed-by: NTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
上级 686923b1
...@@ -141,14 +141,20 @@ ...@@ -141,14 +141,20 @@
--openssldir depend in what configuration is used and what Windows --openssldir depend in what configuration is used and what Windows
implementation OpenSSL is built on. More notes on this in NOTES.WIN): implementation OpenSSL is built on. More notes on this in NOTES.WIN):
--api=x.y.z --api=x.y[.z]
Don't build with support for deprecated APIs below the Build the OpenSSL libraries to support the API for
specified version number. For example "--api=1.1.0" will the specified version. If "no-deprecated" is also
remove support for all APIS that were deprecated in OpenSSL given, don't build with support for deprecated APIs
version 1.1.0 or below. This is a rather specialized option in or below the specified version number. For example
for developers. If you just intend to remove all deprecated "--api=1.1.0" with "no-deprecated" will remove
APIs entirely (up to the current version), it is easier support for all APIS that were deprecated in
to add the 'no-deprecated' option instead (see below). OpenSSL 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), only specify
"-no-deprecated" (see below).
If "--api" isn't given, it defaults to the current
OpenSSL minor version.
--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
...@@ -356,9 +362,10 @@ ...@@ -356,9 +362,10 @@
Don't build support for Certificate Transparency. Don't build support for Certificate Transparency.
no-deprecated no-deprecated
Don't build with support for any deprecated APIs. This is the Don't build with support for deprecated APIs up
same as using "--api" and supplying the latest version until and including the version given with
number. "--api" (or the current version of "--api" wasn't
given).
no-dgram no-dgram
Don't build support for datagram based BIOs. Selecting this Don't build support for datagram based BIOs. Selecting this
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册