summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/crc-32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/crc-32.h b/src/include/krb5/crc-32.h
index fac0b3566..198eab30e 100644
--- a/src/include/krb5/crc-32.h
+++ b/src/include/krb5/crc-32.h
@@ -20,4 +20,6 @@
#define CRC32_CKSUM_LENGTH (4*sizeof(krb5_octet))
+extern krb5_checksum_entry crc32_cksumtable_entry;
+
#endif /* KRB5_CRC32__ */