]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:31 +0000 (12:51 -0800)
committerOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:31 +0000 (12:51 -0800)
open-vm-tools/lib/include/sha1.h

index 27e7f130af7faa43bf61aa11832e0bbf127fafed..d3ce49944ea437ee4a3a10b207aa960142a08ff9 100644 (file)
@@ -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