mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-05 09:37:54 +08:00
fb1df5721e
The only places this was being used were as morally asserts for the port itself. Also removed empty ports from ci.baseline.txt. In support of https://github.com/microsoft/vcpkg/pull/21502
18 lines
523 B
JSON
18 lines
523 B
JSON
{
|
|
"name": "openssl",
|
|
"version-string": "1.1.1m",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|