mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
53b9f6eb5c
* [paho-mqtt] Update to version 1.3.5 * [paho-mqtt] Fix build error * [paho-mqttpp3] Fix build error * [paho-mqttpp3] Fix build error * [paho-mqttpp3] Fix build error * [paho-mqtt] Fix old patch * [paho-mqtt] Add vcpkg_copy_tools * [paho-mqtt] Fix build error
13 lines
289 B
Diff
13 lines
289 B
Diff
diff --git a/src/SHA1.c b/src/SHA1.c
|
|
index 3ef07d9..f0e82ce 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)
|
|
{
|