From bdc53e855d9ea113339336864e77789ed719a2d5 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Wed, 18 Oct 2023 20:02:51 -0700 Subject: [PATCH] Use OpenSSL 3.x with Homebrew This matches what we're using with vcpkg. --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 63bc60f36a..71e570d849 100644 --- a/Brewfile +++ b/Brewfile @@ -15,7 +15,7 @@ brew "libvorbis" brew "libvpx" brew "libwebm" brew "openal-soft" -brew "openssl@1.1" +brew "openssl@3" brew "opus" brew "physx" brew "python@3.10"