Skip to content

Commit

Permalink
Bump OpenSSL requirement to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 authored Sep 26, 2023
1 parent f3b6882 commit cacae42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

env:
boost_path: "${{ github.workspace }}/../boost"
openssl_root: /usr/local/opt/openssl@1.1
openssl_root: /usr/local/opt/openssl@3

steps:
- name: Checkout repository
Expand All @@ -41,7 +41,7 @@ jobs:
brew update > /dev/null
brew install \
cmake ninja \
openssl@1.1 zlib
openssl@3 zlib
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(qBittorrent
# version requirements - older versions may work, but you are on your own
set(minBoostVersion 1.76)
set(minQt6Version 6.5.0)
set(minOpenSSLVersion 1.1.1)
set(minOpenSSLVersion 3.0.2)
set(minLibtorrent1Version 1.2.19)
set(minLibtorrentVersion 2.0.9)
set(minZlibVersion 1.2.11)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ qBittorrent - A BitTorrent client in C++ / Qt
* By Arvid Norberg, https://www.libtorrent.org/
* Be careful: another library (the one used by rTorrent) uses a similar name

- OpenSSL >= 1.1.1
- OpenSSL >= 3.0.2

- Qt 6.5.0 - 6.x

Expand Down

0 comments on commit cacae42

Please sign in to comment.