]> andersk Git - openssh.git/blobdiff - crc32.h
doc
[openssh.git] / crc32.h
diff --git a/crc32.h b/crc32.h
index e48d903dd4fe4fa022a3c725c4fc4ef315093b0a..f7b8a0c371a365e24cc42eefcee92f6986b48d36 100644 (file)
--- a/crc32.h
+++ b/crc32.h
 #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 */
This page took 0.06695 seconds and 4 git commands to generate.