mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:09:00 +08:00
2ab1207027
* [paho-mqtt] upgrade to 1.3.0 * fix type issue
13 lines
299 B
Diff
13 lines
299 B
Diff
diff --git a/src/SHA1.c b/src/SHA1.c
|
|
index 9bb1175..b2ef930 100644
|
|
--- a/src/SHA1.c
|
|
+++ b/src/SHA1.c
|
|
@@ -19,6 +19,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)
|
|
{
|