Skip to content

Commit 303c12e

Browse files
committed
Initial port of Python 3.10.0.
Includes OpenSSL 1.1.1l.
1 parent 9c8ef51 commit 303c12e

File tree

3 files changed

+378
-494
lines changed

3 files changed

+378
-494
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4141
PYTHON_VER=$(basename $(PYTHON_VERSION))
4242

4343
OPENSSL_VERSION_NUMBER=1.1.1
44-
OPENSSL_REVISION=j
44+
OPENSSL_REVISION=l
4545
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
4646

4747
BZIP2_VERSION=1.0.8

0 commit comments

Comments
 (0)