Skip to content

Commit

Permalink
update brew install instructions to use openssl@3 instead of openssl@…
Browse files Browse the repository at this point in the history
…1.1.1 [skip ci] (#1701)
  • Loading branch information
Martyrshot authored Feb 17, 2024
1 parent ac164b4 commit 6b06e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In order to optimize support effort,

On macOS, using a package manager of your choice (we've picked Homebrew):

brew install cmake ninja openssl@1.1 wget doxygen graphviz astyle valgrind
brew install cmake ninja openssl@3 wget doxygen graphviz astyle valgrind
pip3 install pytest pytest-xdist pyyaml

Note that, if you want liboqs to use OpenSSL for various symmetric crypto algorithms (AES, SHA-2, etc.) then you must have OpenSSL installed (version 3.x recommended; EOL version 1.1.1 also still possible).
Expand Down

0 comments on commit 6b06e87

Please sign in to comment.