diff options
author | Martin Matuska <mm@FreeBSD.org> | 2017-07-28 23:51:08 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2017-07-28 23:51:08 +0000 |
commit | b85c4c3da0a560cb98d13902c308e54fdeb52d70 (patch) | |
tree | aacbcf71a2d0280f9cd8f8f97e8974a695287f59 /libarchive/archive_cryptor_private.h | |
parent | a732671a5f4bd00eea035709a769772002307c0e (diff) | |
download | src-b85c4c3da0a560cb98d13902c308e54fdeb52d70.tar.gz src-b85c4c3da0a560cb98d13902c308e54fdeb52d70.zip |
Update vendor/libarchive to git de20494ba2a4fcff8b56010faa75467ad8d5a40b
Relevant vendor changes:
PR #926: ensure ar strtab is null terminated
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=321673
Diffstat (limited to 'libarchive/archive_cryptor_private.h')
-rw-r--r-- | libarchive/archive_cryptor_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_cryptor_private.h b/libarchive/archive_cryptor_private.h index 0ca544b57971..b9759220df69 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 |