From: Oliver Kurth Date: Fri, 2 Aug 2019 18:07:20 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8703d64ed0c4291bb02804552d83f35f689ab7;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/sha1.h b/open-vm-tools/lib/include/sha1.h index de4242694..e57bd2ac7 100644 --- a/open-vm-tools/lib/include/sha1.h +++ b/open-vm-tools/lib/include/sha1.h @@ -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;