]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Move cryptographic functions into archive_cryptor.c.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Sep 2014 12:34:33 +0000 (21:34 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 9 Sep 2014 13:40:23 +0000 (22:40 +0900)
commita35a8d3b249a3b8114158c7f1e2ea1c276e57aac
treef9506b594748e9b11b9ef2be509ec4e1497d3b1b
parente317cc0ed27f9b63b6c03469ada89e88079db966
Move cryptographic functions into archive_cryptor.c.
I will rename archive_crypto.c to archive_digest.c.
Makefile.am
libarchive/CMakeLists.txt
libarchive/archive_crypto.c
libarchive/archive_crypto_private.h
libarchive/archive_cryptor.c [new file with mode: 0644]
libarchive/archive_cryptor_private.h [new file with mode: 0644]
libarchive/archive_read_support_format_zip.c