diff options
Diffstat (limited to 'src/lib/hash/checksum')
-rw-r--r-- | src/lib/hash/checksum/adler32/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/checksum/crc24/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/checksum/crc32/info.txt | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/src/lib/hash/checksum/adler32/info.txt b/src/lib/hash/checksum/adler32/info.txt index 26ca8b255..4ddcb2e08 100644 --- a/src/lib/hash/checksum/adler32/info.txt +++ b/src/lib/hash/checksum/adler32/info.txt @@ -1 +1,3 @@ -define ADLER32 20131128 +<defines> +ADLER32 -> 20131128 +</defines> diff --git a/src/lib/hash/checksum/crc24/info.txt b/src/lib/hash/checksum/crc24/info.txt index c55ad3108..3c5070cc4 100644 --- a/src/lib/hash/checksum/crc24/info.txt +++ b/src/lib/hash/checksum/crc24/info.txt @@ -1 +1,3 @@ -define CRC24 20131128 +<defines> +CRC24 -> 20131128 +</defines> diff --git a/src/lib/hash/checksum/crc32/info.txt b/src/lib/hash/checksum/crc32/info.txt index 44bb2b56a..7d3e45239 100644 --- a/src/lib/hash/checksum/crc32/info.txt +++ b/src/lib/hash/checksum/crc32/info.txt @@ -1 +1,3 @@ -define CRC32 20131128 +<defines> +CRC32 -> 20131128 +</defines> |