From cbe128d182c72c17eba9c55f0dd56b56e5a2b46b Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Fri, 4 Aug 2023 13:59:27 -0400 Subject: [PATCH] use tlsuv openssl engine --- CMakePresets.json | 2 +- vcpkg.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index a2ada870..6d30bedc 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -112,7 +112,7 @@ "binaryDir": "${sourceDir}/build", "hidden": true, "cacheVariables": { - "TLSUV_TLSLIB": "mbedtls" + "TLSUV_TLSLIB": "openssl" } }, { diff --git a/vcpkg.json b/vcpkg.json index 2368e136..ac1378c8 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,10 @@ "llhttp", "libsodium", "getopt", - "mbedtls" + { + "name": "openssl", + "$comment": "on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)" + } ], "features": { "test": {