]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/paho-mqtt/fix-unresolvedsymbol-arm.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / paho-mqtt / fix-unresolvedsymbol-arm.patch
1 diff --git a/src/SHA1.c b/src/SHA1.c
2 index 3ef07d9..f0e82ce 100644
3 --- a/src/SHA1.c
4 +++ b/src/SHA1.c
5 @@ -19,6 +19,7 @@
6 #if !defined(OPENSSL)
7 #if defined(_WIN32) || defined(_WIN64)
8 #pragma comment(lib, "crypt32.lib")
9 +#pragma comment(lib, "Advapi32.lib")
10
11 int SHA1_Init(SHA_CTX *c)
12 {