]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Factor out digests struct to archive_entry_private.h
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 27 Feb 2020 13:46:04 +0000 (13:46 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Mar 2020 19:01:23 +0000 (19:01 +0000)
commitfe465c02f54ade43c4d6bba1f37c1216c7351b38
tree0ee6242e3c23a8d38f24d6ebe1dc1e11cc904d0b
parent25fc8895060e8cfc602a65edb8e5a2e84611f3a7
Factor out digests struct to archive_entry_private.h

Factor our the md5/rmd160... digests struct, moving it to the private
header. This way we can reuse it within the mtree read code.

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