aboutsummaryrefslogtreecommitdiff
path: root/ports/restbed/CONTROL
diff options
context:
space:
mode:
authorwangli28 <47812810+wangli28@users.noreply.github.com>2019-07-19 04:54:45 +0800
committerPhil Christensen <philc@microsoft.com>2019-07-18 13:54:45 -0700
commit505eae9f6a2e63fb89f3c858a223fec095f01d57 (patch)
tree9b6d0aab1cf1d63adcf85647a18ffce78cb187e5 /ports/restbed/CONTROL
parentef48500ac6ec3f9e0f494329365452d3ad9e1271 (diff)
downloadvcpkg-505eae9f6a2e63fb89f3c858a223fec095f01d57.tar.gz
vcpkg-505eae9f6a2e63fb89f3c858a223fec095f01d57.zip
[restbed] Add openssl feature (#7232)
Diffstat (limited to 'ports/restbed/CONTROL')
-rw-r--r--ports/restbed/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/restbed/CONTROL b/ports/restbed/CONTROL
index d0eab13ce..53f6ea0de 100644
--- a/ports/restbed/CONTROL
+++ b/ports/restbed/CONTROL
@@ -1,4 +1,8 @@
Source: restbed
-Version: 4.16-07-28-2018
+Version: 4.16-07-28-2018-1
Description: Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++11 applications.
-Build-Depends: asio \ No newline at end of file
+Build-Depends: asio
+
+Feature: openssl
+Build-Depends: openssl
+Description: Secure over the wire communication allowing you to transmit private data online. \ No newline at end of file