summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/crc32.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-11-24 19:53:55 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-11-24 19:53:55 +0000
commit2a85a99246e25d5abbe1b496067814fdc7606010 (patch)
tree9f56bed029667b0213469e8421cf97534fcb3e62 /usr.bin/ssh/crc32.h
parentdd3fb3473fec908b6e655a7105db7198b435a324 (diff)
KNF, final part 3
Diffstat (limited to 'usr.bin/ssh/crc32.h')
-rw-r--r--usr.bin/ssh/crc32.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/crc32.h b/usr.bin/ssh/crc32.h
index 014536c1482..54299fccb11 100644
--- a/usr.bin/ssh/crc32.h
+++ b/usr.bin/ssh/crc32.h
@@ -13,13 +13,15 @@
*
*/
-/* RCSID("$Id: crc32.h,v 1.3 1999/11/24 00:26:01 deraadt Exp $"); */
+/* RCSID("$Id: crc32.h,v 1.4 1999/11/24 19:53:46 markus Exp $"); */
#ifndef CRC32_H
#define CRC32_H
-/* This computes a 32 bit CRC of the data in the buffer, and returns the
- CRC. The polynomial used is 0xedb88320. */
+/*
+ * This computes a 32 bit CRC of the data in the buffer, and returns the CRC.
+ * The polynomial used is 0xedb88320.
+ */
unsigned int crc32(const unsigned char *buf, unsigned int len);
#endif /* CRC32_H */