diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-09-04 18:47:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 18:47:24 -0700 |
| commit | 90bc8a98bb87ff05f57712e078df662eda432dd1 (patch) | |
| tree | b25329f267071d2e105c1232cd29b18a91d89515 /ports/nng/CONTROL | |
| parent | 06e85f063c696966a677f98e742d6263f61ded66 (diff) | |
| parent | fce90776f95c2192d31f9b60429a37fc8db7d6a5 (diff) | |
| download | vcpkg-90bc8a98bb87ff05f57712e078df662eda432dd1.tar.gz vcpkg-90bc8a98bb87ff05f57712e078df662eda432dd1.zip | |
Merge pull request #4198 from myd7349/prs/nng-tls-feature
[nng] Add mbedtls feature
Diffstat (limited to 'ports/nng/CONTROL')
| -rw-r--r-- | ports/nng/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/nng/CONTROL b/ports/nng/CONTROL index 9db656338..b70aaa5b0 100644 --- a/ports/nng/CONTROL +++ b/ports/nng/CONTROL @@ -1,3 +1,7 @@ Source: nng Version: 1.0.1 Description: NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. + +Feature: mbedtls +Description: nng built with TLS support(needs mbedTLS) +Build-Depends: mbedtls |
