diff options
| author | Sofapriester <stefan-salem@web.de> | 2020-08-14 18:51:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 09:51:10 -0700 |
| commit | e09594e42982bf7272bb12f49a4869b3fb8b90b7 (patch) | |
| tree | 642a1a061ebda86dbed683559483e68a912df7ae /ports/openssl-windows/CONTROL | |
| parent | 0b5bbe30d940c597242cefa899dc93168054e466 (diff) | |
| download | vcpkg-e09594e42982bf7272bb12f49a4869b3fb8b90b7.tar.gz vcpkg-e09594e42982bf7272bb12f49a4869b3fb8b90b7.zip | |
[openssl-windows] Added feature option to build openssl with no-pinshared flag (#12056)
* [openssl-windows] Added feature option to build openssl with no-pinshared flag
* Fix review findings from @NancyLi1013
* Try a CI test re-run
* Changed fix to idea from @ras0219-msft
* Remove options from message
As suggested by @ras0219.
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
* Update ports/openssl-windows/CONTROL
Co-authored-by: Stefan Strauss <stefan.strauss@avira.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/openssl-windows/CONTROL')
| -rw-r--r-- | ports/openssl-windows/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/openssl-windows/CONTROL b/ports/openssl-windows/CONTROL index e9ea27a42..e70ab221c 100644 --- a/ports/openssl-windows/CONTROL +++ b/ports/openssl-windows/CONTROL @@ -1,4 +1,5 @@ Source: openssl-windows Version: 1.1.1g +Port-Version: 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. Supports: windows |
