]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Don't use Windows bcrypt when building for Windows XP or older (#2374)
authorSteve Lhomme <robux4@ycbcr.xyz>
Wed, 9 Oct 2024 04:06:57 +0000 (21:06 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 04:06:57 +0000 (21:06 -0700)
commit08ab094ea79ec59abfc458df54f62866e8221491
tree27539f336075bf89a37b09061a0ac404e521e589
parenta65f765f177d9db6c79eaa2b305fd9d2792740e8
Don't use Windows bcrypt when building for Windows XP or older (#2374)

The header may be detected but we can't use the calls.

The same check is already done in many places but not all of them.
libarchive/archive_cryptor.c
libarchive/archive_cryptor_private.h
libarchive/archive_hmac.c
libarchive/archive_hmac_private.h