]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Define bcrypt macro not available in Win 7 SDK 876/head
authorBrad King <brad.king@kitware.com>
Fri, 24 Feb 2017 12:26:35 +0000 (07:26 -0500)
committerBrad King <brad.king@kitware.com>
Fri, 24 Feb 2017 12:33:32 +0000 (07:33 -0500)
commitbb29029333651b788131bcc34178c13dbf136ec4
tree522ca4a089aff0d746b6958cc9225e048985328c
parentcdd5f101880adf5c78b5e126164d3af04f6a9263
Define bcrypt macro not available in Win 7 SDK

VS 2010 comes with the Win 7 SDK and its bcrypt.h does not define the
`BCRYPT_HASH_REUSABLE_FLAG` macro.  Provide the definition locally if
it is not available.
libarchive/archive_hmac.c