diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-04-24 14:04:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 14:04:22 -0700 |
| commit | 27cb5f14c11b0e0bd1804f5c06a0aba04a111e74 (patch) | |
| tree | 43d1ed35819268a8d35273b554a6857024b0b4df | |
| parent | 3ae3c41810b0c38a36623f3372fcb3dbac93c8ff (diff) | |
| parent | f9b44c8161670a57f451e5c7e0df7069318aa596 (diff) | |
| download | vcpkg-27cb5f14c11b0e0bd1804f5c06a0aba04a111e74.tar.gz vcpkg-27cb5f14c11b0e0bd1804f5c06a0aba04a111e74.zip | |
[openssl-unix] Update header path for shared library compilation (#10450)
* [openssl-unix] Update header path for shared library compilation
* [openssl-unix] Update CONTROL version
| -rw-r--r-- | ports/openssl-unix/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/openssl-unix/CONTROL | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openssl-unix/CMakeLists.txt b/ports/openssl-unix/CMakeLists.txt index 98020c8cf..2de8f98ce 100644 --- a/ports/openssl-unix/CMakeLists.txt +++ b/ports/openssl-unix/CMakeLists.txt @@ -76,7 +76,7 @@ file(WRITE "${BUILDDIR}/Configure" "${_contents}") if(BUILD_SHARED_LIBS)
set(SHARED shared)
- file(STRINGS "${BUILDDIR}/crypto/opensslv.h" SHLIB_VERSION
+ file(STRINGS "${BUILDDIR}/include/openssl/opensslv.h" SHLIB_VERSION
REGEX "^#[\t ]*define[\t ]+SHLIB_VERSION_NUMBER[\t ]+\".*\".*")
string(REGEX REPLACE "^.*SHLIB_VERSION_NUMBER[\t ]+\"([^\"]*)\".*$" "\\1"
SHLIB_VERSION "${SHLIB_VERSION}")
diff --git a/ports/openssl-unix/CONTROL b/ports/openssl-unix/CONTROL index ad275dd34..ca6094ae5 100644 --- a/ports/openssl-unix/CONTROL +++ b/ports/openssl-unix/CONTROL @@ -1,4 +1,4 @@ Source: openssl-unix -Version: 1.1.1d-2 +Version: 1.1.1d-3 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|uwp)
\ No newline at end of file +Supports: !(windows|uwp) |
