From 0794ae050f484121a72c121748f15dce2ada551e Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 9 May 2021 23:08:28 +0300 Subject: [PATCH] formatting --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 3a1a212..4c5ac8e 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -191,7 +191,7 @@ E.g. (invocations that worked for various people): ### 2. **Your OpenSSL version is incompatible with the Python version you're trying to install** -Old Python versions (for CPython, <3.5.3 and <2.7.13) require OpenSSL 1.0 while newer systems provide 1.1, and vice versa. +Old Python versions (for CPython, <3.5.3 and <2.7.13) 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. Install the right OpenSSL version and point the build to its location as per above if needed.