diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-25 16:10:43 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-25 16:10:43 -0700 |
| commit | b6a31ab430fbe618aa41595d54be977186d7fac2 (patch) | |
| tree | c5465c4ae6ec4125c5d6b9c28228c8feaa7785eb /ports/openssl/CONTROL | |
| parent | 516a1680aa48fc36ebea7a8ca1b082d65b4edc5f (diff) | |
| download | vcpkg-b6a31ab430fbe618aa41595d54be977186d7fac2.tar.gz vcpkg-b6a31ab430fbe618aa41595d54be977186d7fac2.zip | |
[openssl] Enable building statically. Also remove zlib dependency
Diffstat (limited to 'ports/openssl/CONTROL')
| -rw-r--r-- | ports/openssl/CONTROL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index cc539a03e..9ee9ef163 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,4 +1,3 @@ Source: openssl -Version: 1.0.2h -Build-Depends: zlib +Version: 1.0.2h-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.
\ No newline at end of file |
