]> 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>
Sun, 21 Jul 2019 00:15:17 +0000 (17:15 -0700)
committerOliver Kurth <okurth@vmware.com>
Sun, 21 Jul 2019 00:15:17 +0000 (17:15 -0700)
open-vm-tools/lib/include/sha1.h

index 742fa72b08b1efbbc2c066a60128b5878fc1361d..aa492a24145eefa84bbf39e7818978c9e1d19bf2 100644 (file)
@@ -159,6 +159,8 @@ void CryptoSHA1_Update(CryptoSHA1_CTX *ctx,
                        size_t len);
 void CryptoSHA1_Final(unsigned char digest[SHA1_HASH_LEN],
                       CryptoSHA1_CTX *ctx);
+void CryptoHash_ComputeSHA1(const void *data, size_t len,
+                            unsigned char digest[SHA1_HASH_LEN]);
 #endif
 
 #if defined(__cplusplus)