From c4023e31ce286a17fea2eebe153ad520521734a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 10 Apr 2024 23:55:09 +0200 Subject: [PATCH] Switch from OpenSSL to LibreSSL LibreSSL is API-compatible with OpenSSL, but much easier to build. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6dcbaa25..8b2f2db5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -32,7 +32,7 @@ "nlohmann-json", "openal-soft", { - "name": "openssl", + "name": "libressl", "platform": "!windows" }, "sdl2",