From 62346e2b656c256110918004d4fd8db140afa238 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 10 Nov 2005 07:12:17 +0000 Subject: r11634: - make crc table static - const uint8_t * in all places - update header prototype metze (This used to be commit 91dfa4c28d280aff8dbf46cf1e174b5b317ba322) --- 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 bd9a39cb2b..7854abf865 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 size); +uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size); -- cgit