aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc64_fast.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/liblzma/check/crc64_fast.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/liblzma/check/crc64_fast.c b/src/liblzma/check/crc64_fast.c
index 4e6633db..ce74901c 100644
--- a/src/liblzma/check/crc64_fast.c
+++ b/src/liblzma/check/crc64_fast.c
@@ -14,6 +14,7 @@
#include "check.h"
#include "crc_common.h"
+
#ifdef CRC_GENERIC
/////////////////////////////////
@@ -75,7 +76,9 @@ crc64_generic(const uint8_t *buf, size_t size, uint64_t crc)
}
#endif
+
#if defined(CRC_GENERIC) && defined(CRC_CLMUL)
+
//////////////////////////
// Function dispatching //
//////////////////////////