diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 16:37:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 16:45:37 -0700 |
| commit | 670a2656df7ac34937ad4eb7c14eeba772954c9d (patch) | |
| tree | 9c7e2cc87a5f3938d096985c994d93fe9b175c9e /ports/openssl | |
| parent | d0b1f2a9e8ed1ea53d181d13c69e15cf775148db (diff) | |
| download | vcpkg-670a2656df7ac34937ad4eb7c14eeba772954c9d.tar.gz vcpkg-670a2656df7ac34937ad4eb7c14eeba772954c9d.zip | |
[grpc][openssl][upb] Fix install on uwp
Diffstat (limited to 'ports/openssl')
| -rw-r--r-- | ports/openssl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index ec827f4da..7c62094b6 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -2,4 +2,4 @@ Source: openssl Version: 1.1.1d Homepage: https://www.openssl.org 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. -Build-Depends: openssl-windows (windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows)
\ No newline at end of file +Build-Depends: openssl-windows (!uwp&windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows)
\ No newline at end of file |
