]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 2 Aug 2019 18:07:20 +0000 (11:07 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 2 Aug 2019 18:07:20 +0000 (11:07 -0700)
open-vm-tools/lib/include/sha1.h

index de4242694ff201104f49478f022d023f1ff0593c..e57bd2ac707642000228ce1e954057ef2370f820 100644 (file)
@@ -148,6 +148,8 @@ typedef union {
 #if defined __APPLE__
    uint8 _pad[104 + 8];  // sizeof CC_SHA256_CTX + extra field,
                          // where SHA256 is largest CTX
+#elif defined _WIN32
+   uint8 _pad[384];      // see CryptoHashInitCommon
 #endif
 } CryptoHash_SHA1_CTX;