early-access version 2853
This commit is contained in:
21
externals/vcpkg/ports/libressl/vcpkg.json
vendored
Executable file
21
externals/vcpkg/ports/libressl/vcpkg.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "libressl",
|
||||
"version": "3.4.2",
|
||||
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
|
||||
"supports": "!(uwp | arm)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"tools": {
|
||||
"description": "Build openssl and ocspcheck executables"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user