vcpkg/ports/paho-mqtt/fix-unresolvedsymbol-arm.patch
LilyWangLL 96414493b3
[paho-mqtt] Update to 1.3.10 and fix include path (#25207)
* [paho-mqtt] Update to 1.3.10 and fix include path

* x-add-version

* fix paho-mqttpp3

* x-add-version

* install LICENSE

* x-add-version

* remove documentations

* x-add-version

* apply suggestion

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-06-15 11:02:28 -07:00

14 lines
291 B
Diff

diff --git a/src/SHA1.c b/src/SHA1.c
index 3ef07d9..8ed6b16 100644
--- a/src/SHA1.c
+++ b/src/SHA1.c
@@ -18,7 +18,7 @@
#if !defined(OPENSSL)
#if defined(_WIN32) || defined(_WIN64)
-#pragma comment(lib, "crypt32.lib")
+#pragma comment(lib, "Advapi32.lib")
int SHA1_Init(SHA_CTX *c)
{