Skip to content

Commit

Permalink
use tlsuv openssl engine (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 15, 2023
1 parent c74deaf commit 40c152f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"binaryDir": "${sourceDir}/build",
"hidden": true,
"cacheVariables": {
"TLSUV_TLSLIB": "mbedtls"
"TLSUV_TLSLIB": "openssl"
}
},
{
Expand Down
5 changes: 4 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 40c152f

Please sign in to comment.