From 6b06e87255591f0096db88ebc57f4bf8f0700d22 Mon Sep 17 00:00:00 2001 From: Jason Goertzen Date: Sat, 17 Feb 2024 11:46:05 -0600 Subject: [PATCH] update brew install instructions to use openssl@3 instead of openssl@1.1.1 [skip ci] (#1701) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6733fa2fa..69edc15e68 100644 --- a/README.md +++ b/README.md @@ -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).