vcpkg/ports/libssh/CONTROL
DDoSolitary 2c68b1229b
[libssh] Enable mbedtls's threading support (#10154)
* Add "pthreads" feature to mbedtls.

* Cleanup portfile.

* Fix mbedtls pthreads support for Linux.

* [mbedtls] Require the pthreads port only on Windows.

* [mbedtls] Work around dependency issues about static linking.
2020-03-11 09:15:12 -07:00

23 lines
530 B
Plaintext

Source: libssh
Version: 0.9.3-1
Homepage: https://www.libssh.org/
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
Default-Features: crypto
Supports: !uwp
Feature: crypto
Build-Depends: libssh[mbedtls]
Description: Default crypto backend
Feature: mbedtls
Build-Depends: mbedtls[pthreads]
Description: Crypto support (mbedTLS)
Feature: openssl
Build-Depends: openssl
Description: Crypto support (OpenSSL)
Feature: zlib
Description: libssh with zlib
Build-Depends: zlib