summaryrefslogtreecommitdiff
path: root/libarchive/archive_cryptor_private.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2017-07-16 16:10:08 -0700
committerTim Kientzle <kientzle@acm.org>2017-07-16 16:10:08 -0700
commit06052e47e500ef4c8c937c4c8b987433a647cb4c (patch)
treec3fbe2709c75b12585c9127f70f54d975f53ac6c /libarchive/archive_cryptor_private.h
parent347ac2b6adfd4bca7418d30d7278d5343fc6e25e (diff)
downloadlibarchive-06052e47e500ef4c8c937c4c8b987433a647cb4c.tar.gz
Issue #924: fix capitalization of bcrypt.h header
Diffstat (limited to 'libarchive/archive_cryptor_private.h')
-rw-r--r--libarchive/archive_cryptor_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_cryptor_private.h b/libarchive/archive_cryptor_private.h
index 0ca544b5..b9759220 100644
--- a/libarchive/archive_cryptor_private.h
+++ b/libarchive/archive_cryptor_private.h
@@ -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