Skip to content

Commit

Permalink
Upgrade to OpenSSL 3.4.1 (#1248)
Browse files Browse the repository at this point in the history
Fixes #1184
  • Loading branch information
keeshux authored Mar 10, 2025
1 parent 45ae0f3 commit cf8407f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Packages/PassepartoutKit-Source
2 changes: 1 addition & 1 deletion Packages/PassepartoutOpenVPNOpenSSL/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
],
dependencies: [
.package(path: "../PassepartoutKit-Framework"),
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "3.2.105")
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "3.4.200")
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/passepartoutvpn/openssl-apple",
"state" : {
"revision" : "685680e3adbfccdeef84d37fc5732b0031f188c7",
"version" : "3.2.108"
"revision" : "38aa6fa15ebddc7b1ec248551325e1121580c9da",
"version" : "3.4.200"
}
},
{
Expand Down

0 comments on commit cf8407f

Please sign in to comment.