Bind to OpenSSL 1.1.1l

This commit is contained in:
Davide De Rosa 2021-11-25 12:40:56 +01:00
parent 7a85d3cac7
commit d1e8f70da3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"), // .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"), .package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"),
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.100") .package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11200")
], ],
targets: [ targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite. // Targets are the basic building blocks of a package. A target can define a module or a test suite.