From d1e8f70da3a5f24508e296b92ae16f2e18d8d290 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 25 Nov 2021 12:40:56 +0100 Subject: [PATCH] Bind to OpenSSL 1.1.1l --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ae34c10..3e35f92 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.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 are the basic building blocks of a package. A target can define a module or a test suite.