]> git.ipfire.org Git - thirdparty/libarchive.git/commit - CMakeLists.txt
Divide the code detecting ARCHIVE_HASH_*_WIN from CHECK_MD() to
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 14 May 2010 07:38:07 +0000 (03:38 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 14 May 2010 07:38:07 +0000 (03:38 -0400)
commita8c22d8a43f9937715f5d8f1d30e9528ba8b8ab7
treef388d876408ffe6ec357830f8a6b51b1c7358964
parent426531d609e83415be80819469e4596bcc497b7e
Divide the code detecting ARCHIVE_HASH_*_WIN from CHECK_MD() to
clarify what CHECK_MD does. Basically, CHECK_MD prove that we
can map the HASH functions, which have several types of name, to
archive_{hash name}_init, archive_{hash name}_final and
archive_{hash name}_update through archive_hash.h.
But using ARCHIVE_HASH_*_WIN requires if ACLG_{hash name} is
available, and then __la_hash_*() used under the ARCHIVE_HASH_*_WIN
are defined at archive_windows.c. it's completely different the way
the CHECK_MD does.

SVN-Revision: 2395
CMakeLists.txt