summaryrefslogtreecommitdiffstats
path: root/lzip.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 16:26:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 16:26:29 +0000
commit87d680e1892ec606025006c6f73796b06044e11b (patch)
tree5f7dea8e7c5219190fadbba258c85093b257c5d4 /lzip.h
parentAdding upstream version 1.11. (diff)
downloadpdlzip-87d680e1892ec606025006c6f73796b06044e11b.tar.xz
pdlzip-87d680e1892ec606025006c6f73796b06044e11b.zip
Adding upstream version 1.12.upstream/1.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lzip.h')
-rw-r--r--lzip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lzip.h b/lzip.h
index db45f0b..eed4e1c 100644
--- a/lzip.h
+++ b/lzip.h
@@ -1,5 +1,5 @@
/* Pdlzip - LZMA lossless data compressor
- Copyright (C) 2010-2021 Antonio Diaz Diaz.
+ Copyright (C) 2010-2022 Antonio Diaz Diaz.
This program is free software. Redistribution and use in source and
binary forms, with or without modification, are permitted provided
@@ -64,6 +64,7 @@ static inline void CRC32_init( void )
}
}
+/* about as fast as it is possible without messing with endianness */
static inline void CRC32_update_buf( uint32_t * const crc,
const uint8_t * const buffer,
const int size )