]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Remove #ifdef chain in __archive_digest init 1371/head
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 14 Mar 2020 13:31:31 +0000 (13:31 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 25 Apr 2020 12:26:42 +0000 (13:26 +0100)
commit833c249d77de2535a059620a65ca7a3e188e73b4
tree4012f141b3df84c9a5f729dd4ed0e7badd180425
parentdf072ed4ce4256a60f4951eaaf6b89733e394eed
Remove #ifdef chain in __archive_digest init

Follow the approach set by the crypto and use the exact same name for
the respective functions. This is perfectly fine, since only one
provider can be used (built) at given time.

As a result, we can kill off the excessively long ifdef chain, making
the more more manageable and shorter.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
libarchive/archive_digest.c