Skip to content

Commit 6244e0d

Browse files
committed
Bump OpenSSL to 3.0.18.
1 parent 7d2fd7b commit 6244e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.17
64+
OPENSSL_VERSION=3.0.18
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)