Skip to content

Commit 34b55b6

Browse files
committed
Bump OpenSSL to 3.0.19
1 parent 60f39f5 commit 34b55b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ XZ_VERSION=5.6.4
6161
# Preference is to use OpenSSL 3; however, Cryptography 3.4.8 (and
6262
# probably some other packages as well) only works with 1.1.1, so
6363
# we need to preserve the ability to build the older OpenSSL (for now...)
64-
OPENSSL_VERSION=3.0.18
64+
OPENSSL_VERSION=3.0.19
6565
# OPENSSL_VERSION=1.1.1w
6666
# The Series is the first 2 digits of the version number. (e.g., 1.1.1w -> 1.1)
6767
OPENSSL_SERIES=$(shell echo $(OPENSSL_VERSION) | grep -Eo "\d+\.\d+")

0 commit comments

Comments
 (0)