mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:31:36 +08:00
afb2279ad7
* Revise OpenSSL wrapper * Update versions * Bump port-version * Shorten OPENSSL_ROOT_DIR setup * Update versions * CR comments * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"name": "openssl",
|
|
"version-string": "1.1.1m",
|
|
"port-version": 2,
|
|
"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",
|
|
"license": "OpenSSL",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|