summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crc32.c b/crc32.c
index 05a1af7b3..eb9b2dcd4 100644
--- a/crc32.c
+++ b/crc32.c
@@ -6,7 +6,7 @@
6 */ 6 */
7 7
8#include "includes.h" 8#include "includes.h"
9RCSID("$OpenBSD: crc32.c,v 1.5 2000/06/20 01:39:40 markus Exp $"); 9RCSID("$OpenBSD: crc32.c,v 1.6 2000/08/19 02:17:12 deraadt Exp $");
10 10
11#include "crc32.h" 11#include "crc32.h"
12 12
@@ -108,7 +108,7 @@ static unsigned int crc32_tab[] = {
108/* Return a 32-bit CRC of the contents of the buffer. */ 108/* Return a 32-bit CRC of the contents of the buffer. */
109 109
110unsigned int 110unsigned int
111crc32(const unsigned char *s, unsigned int len) 111ssh_crc32(const unsigned char *s, unsigned int len)
112{ 112{
113 unsigned int i; 113 unsigned int i;
114 unsigned int crc32val; 114 unsigned int crc32val;