From: Tim Kientzle Date: Sun, 16 Jul 2017 23:10:08 +0000 (-0700) Subject: Issue #924: fix capitalization of bcrypt.h header X-Git-Tag: v3.3.3~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06052e47e500ef4c8c937c4c8b987433a647cb4c;p=thirdparty%2Flibarchive.git Issue #924: fix capitalization of bcrypt.h header --- diff --git a/libarchive/archive_cryptor_private.h b/libarchive/archive_cryptor_private.h index 0ca544b57..b9759220d 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 +#include /* Common in other bcrypt implementations, but missing from VS2008. */ #ifndef BCRYPT_SUCCESS