vcpkg/ports/s2n/vcpkg.json
Kai Pastor 4c6a7e590d
[s2n] Update, add openssl dependency (#21484)
* Update to 1.3.0, add openssl dependency

* Add 'tests' feature

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-14 10:49:00 -08:00

24 lines
445 B
JSON

{
"name": "s2n",
"version": "1.3.0",
"description": "C99 implementation of the TLS/SSL protocols.",
"homepage": "https://github.com/aws/s2n-tls",
"supports": "!uwp & !windows",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tests": {
"description": "Build and run the tests"
}
}
}