Skip to content

Commit 08ec8e6

Browse files
authored
correct Homebrew SSL formula version (#1453)
1 parent f46314f commit 08ec8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/SSL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def set_default_verify_paths(self) -> None:
10461046
binary wheels that cryptography (pyOpenSSL's primary dependency) ships:
10471047
10481048
* macOS will only load certificates using this method if the user has
1049-
the ``openssl@1.1`` `Homebrew <https://brew.sh>`_ formula installed
1049+
the ``openssl@3`` `Homebrew <https://brew.sh>`_ formula installed
10501050
in the default location.
10511051
* Windows will not work.
10521052
* manylinux cryptography wheels will work on most common Linux

0 commit comments

Comments
 (0)