Skip to content

Commit

Permalink
use mbedtls (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 24, 2023
1 parent c7f28d4 commit 5e2c362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"hidden": true,
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"TLSUV_TLSLIB": "openssl"
"TLSUV_TLSLIB": "mbedtls"
}
},
{
Expand Down
5 changes: 1 addition & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"llhttp",
"libsodium",
"getopt",
{
"name": "openssl",
"$comment": "on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)"
}
"mbedtls"
],
"features": {
"test": {
Expand Down

0 comments on commit 5e2c362

Please sign in to comment.