summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-01-11 05:51:28 -0800
committerTim Kientzle <kientzle@acm.org>2016-01-11 05:51:28 -0800
commit138302663ff6495902008ea83fd62d5296b896aa (patch)
tree5856166e8b99fe3e554870a8987ea7d7b75ac977 /build/cmake
parent97a90247aaf2a4a8b9d9a7496661a0c24dae31b6 (diff)
downloadlibarchive-138302663ff6495902008ea83fd62d5296b896aa.tar.gz
Fix cmake tests for nettle and OpenSSL support
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 31ecf051..46f9d556 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -743,6 +743,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#cmakedefine HAVE_NDIR_H 1
+/* Define to 1 if you have the <nettle/aes.h> header file. */
+#cmakedefine HAVE_NETTLE_AES_H 1
+
+/* Define to 1 if you have the <nettle/hmac.h> header file. */
+#cmakedefine HAVE_NETTLE_HMAC_H 1
+
/* Define to 1 if you have the <nettle/md5.h> header file. */
#cmakedefine HAVE_NETTLE_MD5_H 1