aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/crc32/crc-32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/crc32/crc-32.h')
-rw-r--r--src/lib/crypto/krb/crc32/crc-32.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/crypto/krb/crc32/crc-32.h b/src/lib/crypto/krb/crc32/crc-32.h
index 5c8c5bc..95001f5 100644
--- a/src/lib/crypto/krb/crc32/crc-32.h
+++ b/src/lib/crypto/krb/crc32/crc-32.h
@@ -1,3 +1,4 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* include/krb5/crc-32.h
*
@@ -57,15 +58,15 @@
#ifndef KRB5_CRC32__
#define KRB5_CRC32__
-#define CRC32_CKSUM_LENGTH 4
+#define CRC32_CKSUM_LENGTH 4
void
mit_crc32 (krb5_pointer in, size_t in_length, unsigned long *c);
#ifdef CRC32_SHIFT4
void mit_crc32_shift4(krb5_pointer /* in */,
- size_t /* in_length */,
- unsigned long * /* cksum */);
+ size_t /* in_length */,
+ unsigned long * /* cksum */);
#endif
#endif /* KRB5_CRC32__ */