summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-10-13 14:41:21 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-10-13 14:41:21 +0900
commit178bf9b890c71f8a64e1960e5449faa84a84c4eb (patch)
tree4ef755c22fbb727c5174ba61083272757ddb1fc4 /build/cmake
parent982da0b48919db6adcdddb2efcc8b1e685b9f218 (diff)
downloadlibarchive-178bf9b890c71f8a64e1960e5449faa84a84c4eb.tar.gz
Implement HMAC, PBKDF2 and AES support on Windows using CNG for
Zip encryption and decryption.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index ee48de87..a1272e18 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -334,6 +334,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <attr/xattr.h> header file. */
#cmakedefine HAVE_ATTR_XATTR_H 1
+/* Define to 1 if you have the <Bcrypt.h> header file. */
+#cmakedefine HAVE_BCRYPT_H 1
+
/* Define to 1 if you have the <bsdxml.h> header file. */
#cmakedefine HAVE_BSDXML_H 1