mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
96414493b3
* [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>
14 lines
291 B
Diff
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)
|
|
{
|