1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

openssl: formatting

native-api
2021-05-06 15:03:02 +03:00
parent 5239a95c8a
commit ae57e93ea6

@@ -237,11 +237,11 @@ MACOSX_DEPLOYMENT_TARGET=10.14
Old Python versions (generally, <3.5) require OpenSSL 1.0 while newer systems provide 1.1, and vice versa. Old Python versions (generally, <3.5) require OpenSSL 1.0 while newer systems provide 1.1, and vice versa.
Note that OpenSSL 1.0 is EOL and by now practically unusable on the Internet due to using obsolete standards. Note that OpenSSL 1.0 is EOL and by now practically unusable on the Internet due to using obsolete standards.
**Install the right OpenSSL version and point the build to its location as per above if needed.** Install the right OpenSSL version and point the build to its location as per above if needed.
E.g.: E.g.:
* On Debian stretch and Ubuntu bionic), libssl-dev is OpenSSL 1.1.x, but support for that was only added in Python 2.7.13, 3.5.3 and 3.6.0. To install earlier versions, you need to replace `libssl-dev` with `libssl1.0-dev`. * On Debian stretch and Ubuntu bionic, `libssl-dev` is OpenSSL 1.1.x, but support for that was only added in Python 2.7.13, 3.5.3 and 3.6.0. To install earlier versions, you need to replace `libssl-dev` with `libssl1.0-dev`.
```sh ```sh
sudo apt-get remove libssl-dev sudo apt-get remove libssl-dev