]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Issue #924: fix capitalization of bcrypt.h header
authorTim Kientzle <kientzle@acm.org>
Sun, 16 Jul 2017 23:10:08 +0000 (16:10 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 16 Jul 2017 23:10:08 +0000 (16:10 -0700)
libarchive/archive_cryptor_private.h

index 0ca544b57971a127505bc8ca7636149131c397a1..b9759220df692b87087893c3861addb2318e888a 100644 (file)
@@ -64,7 +64,7 @@ typedef struct {
 } archive_crypto_ctx;
 
 #elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H)
-#include <Bcrypt.h>
+#include <bcrypt.h>
 
 /* Common in other bcrypt implementations, but missing from VS2008. */
 #ifndef BCRYPT_SUCCESS