diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-19 13:05:15 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-09-02 04:55:39 +0200 |
commit | 473664aafdff1f60db99929bdd43c2a9b26d14cd (patch) | |
tree | a96e6d39b30cf6b5b649090f2512cbe836d24734 /INSTALL.md | |
parent | Openssl fails to compile on Debian with kfreebsd kernels (diff) | |
download | openssl-473664aafdff1f60db99929bdd43c2a9b26d14cd.tar.xz openssl-473664aafdff1f60db99929bdd43c2a9b26d14cd.zip |
always use the same perl in $PATH
Different tests may use unexpectedly different versions of perl,
depending on whether they hardcode the path to the perl executable or if
they resolve the path from the environment. This fixes it so that the
same perl is always used.
Fix some trailing whitespace and spelling mistakes as well.
CLA: trivial
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16362)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 722a88bf04..5d53cef1aa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -296,7 +296,7 @@ API Level Build the OpenSSL libraries to support the API for the specified version. If [no-deprecated](#no-deprecated) is also given, don't build with support for deprecated APIs in or below the specified version number. For example, -addding +adding --api=1.1.0 no-deprecated |