From 64525309e3a430d0f801cfad5ae347d4242ff259 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Nov 2005 05:24:52 +0000 Subject: r11631: fixed a signed/unsigned warning (This used to be commit 86d08d3ec5cfa36e048042563a56aca79c87a5bb) --- source4/lib/crypto/crc32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/crypto/crc32.h') diff --git a/source4/lib/crypto/crc32.h b/source4/lib/crypto/crc32.h index 5b3642ffc8..bd9a39cb2b 100644 --- a/source4/lib/crypto/crc32.h +++ b/source4/lib/crypto/crc32.h @@ -1 +1 @@ -uint32_t crc32_calc_buffer(const uint8_t *buffer, uint32_t count); +uint32_t crc32_calc_buffer(const uint8_t *buffer, uint32_t size); -- cgit