mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
7b97e041ae
Resolves #18682
12 lines
387 B
JSON
12 lines
387 B
JSON
{
|
|
"name": "libressl",
|
|
"version": "3.3.3",
|
|
"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)",
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build openssl and ocspcheck executables"
|
|
}
|
|
}
|
|
}
|