Update OpenSSL to 3.1.2 in iOS example.

This commit is contained in:
levlam 2023-08-03 15:12:43 +03:00
parent 50a0c551cd
commit 64264b0f77

View File

@ -19,7 +19,7 @@ index a1d13e9..a0841cf 100644
# probably some other packages as well) only works with 1.1.1, so
# we need to preserve the ability to build the older OpenSSL (for now...)
-OPENSSL_VERSION=3.1.0
+OPENSSL_VERSION=3.1.1
+OPENSSL_VERSION=3.1.2
# OPENSSL_VERSION_NUMBER=1.1.1
# OPENSSL_REVISION=q
# OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)