-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x #527
Conversation
With the upgrade, the library names changed from libeay32/ssleay32 to libcrypto/libssl. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/submit |
Submitted as pull.527.git.1579129054234.gitgitgadget@gmail.com |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into pu via git@2323784. |
This patch series was integrated into next via git@3f081b0. |
This patch series was integrated into master via git@2323784. |
Closed via 2323784. |
It was reported that the
vcpkg
project (which we use for MSVC/Visual Studio builds of Git) upgraded OpenSSL from v1.0.x to v1.1.x, including the change of the library names. We need to adjust for that.