aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-03-18 09:48:01 -0700
committerGitHub <noreply@github.com>2020-03-18 09:48:01 -0700
commitf9e10d656f73483cf9dca67714fc60a8c4489335 (patch)
treee3f5a4dccfdf1592282b22f8d0f3d71c47d49aca /ports/openssl
parent279faa3fbec63b6028bd98039930737fb9ac018a (diff)
parentf653a4a842d5870192a6634ae9840e5cbc641164 (diff)
downloadvcpkg-f9e10d656f73483cf9dca67714fc60a8c4489335.tar.gz
vcpkg-f9e10d656f73483cf9dca67714fc60a8c4489335.zip
[grpc][openssl][upb] Fix install on uwp (#10366)
* [grpc][openssl][upb] Fix install on uwp * [upb] Remove unneeded changes * [libodb-mysql] Disable parallel configure due to source writes * [curl] Use openssl for UWP since SSPI is unsupported * [ci.baseline] Update
Diffstat (limited to 'ports/openssl')
-rw-r--r--ports/openssl/CONTROL2
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