From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:31 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fa72b1b3e3f0ecf725faf77cc747d804dc0ae1;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/sha1.h b/open-vm-tools/lib/include/sha1.h index 27e7f130a..d3ce49944 100644 --- a/open-vm-tools/lib/include/sha1.h +++ b/open-vm-tools/lib/include/sha1.h @@ -132,6 +132,8 @@ void SHA1RawInit(uint32 state[5]); void SHA1MultiBuffer(uint32 numBuffers, uint32 len, + const void *salt, + uint32 saltLen, const void *data[], unsigned char *digests[]); #endif