From: Oliver Kurth Date: Sun, 21 Jul 2019 00:15:17 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1d9ed411b3538d7dc8c730e4a41910d5275373;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 742fa72b0..aa492a241 100644 --- a/open-vm-tools/lib/include/sha1.h +++ b/open-vm-tools/lib/include/sha1.h @@ -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)