aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openssl/INSTALL
diff options
context:
space:
mode:
authortpashkin <tpashkin@yandex-team.ru>2022-02-10 16:46:42 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:42 +0300
commit656921707c02b816d730f31c1fdc1d615adbfe00 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/openssl/INSTALL
parent5475379a04e37df30085bd1724f1c57e3f40996f (diff)
downloadydb-656921707c02b816d730f31c1fdc1d615adbfe00.tar.gz
Restoring authorship annotation for <tpashkin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/openssl/INSTALL')
-rw-r--r--contrib/libs/openssl/INSTALL40
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/openssl/INSTALL b/contrib/libs/openssl/INSTALL
index 7563c9ad0e..f3ac727183 100644
--- a/contrib/libs/openssl/INSTALL
+++ b/contrib/libs/openssl/INSTALL
@@ -352,9 +352,9 @@
Don't build support for datagram based BIOs. Selecting this
option will also force the disabling of DTLS.
- no-dso
- Don't build support for loading Dynamic Shared Objects.
-
+ no-dso
+ Don't build support for loading Dynamic Shared Objects.
+
enable-devcryptoeng
Build the /dev/crypto engine. It is automatically selected
on BSD implementations, in which case it can be disabled with
@@ -536,9 +536,9 @@
conjunction with the "-DPEDANTIC" option (or the
--strict-warnings option).
- no-ui-console
- Don't build with the "UI" console method (i.e. the "UI"
- method that enables text based console prompts).
+ no-ui-console
+ Don't build with the "UI" console method (i.e. the "UI"
+ method that enables text based console prompts).
enable-unit-test
Enable additional unit test APIs. This should not typically
@@ -609,20 +609,20 @@
Take note of the VAR=value documentation below and how
these flags interact with those variables.
- -xxx, +xxx, /xxx
+ -xxx, +xxx, /xxx
Additional options that are not otherwise recognised are
- passed through as they are to the compiler as well.
- Unix-style options beginning with a '-' or '+' and
- Windows-style options beginning with a '/' are recognized.
- Again, consult your compiler documentation.
-
- If the option contains arguments separated by spaces,
- then the URL-style notation %20 can be used for the space
- character in order to avoid having to quote the option.
- For example, -opt%20arg gets expanded to -opt arg.
- In fact, any ASCII character can be encoded as %xx using its
- hexadecimal encoding.
-
+ passed through as they are to the compiler as well.
+ Unix-style options beginning with a '-' or '+' and
+ Windows-style options beginning with a '/' are recognized.
+ Again, consult your compiler documentation.
+
+ If the option contains arguments separated by spaces,
+ then the URL-style notation %20 can be used for the space
+ character in order to avoid having to quote the option.
+ For example, -opt%20arg gets expanded to -opt arg.
+ In fact, any ASCII character can be encoded as %xx using its
+ hexadecimal encoding.
+
Take note of the VAR=value documentation below and how
these flags interact with those variables.
@@ -1084,7 +1084,7 @@
HASHBANGPERL
The command string for the Perl executable to insert in the
- #! line of perl scripts that will be publicly installed.
+ #! line of perl scripts that will be publicly installed.
Default: /usr/bin/env perl
Note: the value of this variable is added to the same scripts
on all platforms, but it's only relevant on Unix-like platforms.