Skip to content
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

[paho-mqtt] Upgrade to 1.3.0 #6762

Merged
merged 2 commits into from
Jun 9, 2019

Conversation

PhoebeHui
Copy link
Contributor

Related to #6618

  1. Update to version 1.3.0
  2. Add patch for fixing unresolved external symbol error LNK 2019

Fixed Failures:
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptAcquireContextA referenced in function SHA1_Init
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptReleaseContext referenced in function SHA1_Init
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptGetHashParam referenced in function SHA1_Final
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptCreateHash referenced in function SHA1_Init
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptHashData referenced in function SHA1_Update
SHA1.c.obj : error LNK2019: unresolved external symbol __imp_CryptDestroyHash referenced in function SHA1_Final
src\paho-mqtt3c.dll : fatal error LNK1120: 6 unresolved externals

@PhoebeHui PhoebeHui added the info:internal This PR or Issue was filed by the vcpkg team. label Jun 5, 2019
@ras0219-msft ras0219-msft merged commit 2ab1207 into microsoft:master Jun 9, 2019
@ras0219-msft
Copy link
Contributor

Thanks phoebe!

@PhoebeHui PhoebeHui deleted the dev/Phoebe/UpdatePaho-mqtt branch June 12, 2019 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants