Skip to content

Commit

Permalink
Update OpenSSL to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo authored Jun 28, 2024
1 parent 4507f3d commit 983376d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

MITKERBEROS_VERSION_STABLE="1.21.3" # https://kerberos.org/dist/

OPENSSL_VERSION="3.2.2"
OPENSSL_VERSION="3.3.1"

IOS_VERSION_MIN="13.4"
MACOS_VERSION_MIN="11.0"
Expand Down Expand Up @@ -291,4 +291,4 @@ echo "Codesigning XCFramework"
codesign \
--force --deep --strict \
--sign "${CODESIGN_ID}" \
"${TARGET_DIR}/MITKerberos.xcframework"
"${TARGET_DIR}/MITKerberos.xcframework"

0 comments on commit 983376d

Please sign in to comment.