]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: remove the crc64 implementation
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:21:38 +0000 (11:21 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:21:38 +0000 (11:21 +0000)
commit9397251eb325f7aae5bd15ec52ffd5a41c9cee9c
tree7be32f785f40f4547be214ec162b92e7d041decc
parentdcee04f70cbf17ade03b1831eeab8a87c73a54a9
parent5dbb5607476f7eca1431176d9183acdb98237c13
chg: dev: remove the crc64 implementation

CRC-64 has been added for map files. Now that the map file format has
been removed, there isn't a reason to keep the implementation.

Merge branch 'aydin/cleanup-crc' into 'main'

See merge request isc-projects/bind9!9135