aboutsummaryrefslogtreecommitdiff
path: root/ports/paho-mqtt/fix-unresolvedsymbol-arm.patch
blob: 7726368326ef3d1b296cc5ec3bfbe14790492c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
 {