mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 19:47:51 +08:00
b25cb779e5
* [openssl] Update to 1.1.1m * run x-add-version --all for openssl 1.1.1m * switch to 4 spaces to standardize instead of 2 Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"name": "openssl",
|
|
"version-string": "1.1.1m",
|
|
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
|
"homepage": "https://www.openssl.org",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|