summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-04-17 01:04:23 +0000
committerkientzle <kientzle@FreeBSD.org>2009-04-17 01:04:23 +0000
commit68cb951cd0d330003aa4564ad6312d927b58c5ae (patch)
tree438f2b0b6fe843a402c7b7bbc20137b2ea6e5cac /lib/libarchive
parent6a280329f34008b16398e2d7198273e0899a7ca1 (diff)
downloadFreeBSD-src-68cb951cd0d330003aa4564ad6312d927b58c5ae.zip
FreeBSD-src-68cb951cd0d330003aa4564ad6312d927b58c5ae.tar.gz
FreeBSD has a lot of crypto functions used by the recent mtree writer updates.
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/config_freebsd.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h
index f9c60b2..8313476b 100644
--- a/lib/libarchive/config_freebsd.h
+++ b/lib/libarchive/config_freebsd.h
@@ -75,6 +75,7 @@
#define HAVE_LIMITS_H 1
#define HAVE_LUTIMES 1
#define HAVE_MALLOC 1
+#define HAVE_MD5 1
#define HAVE_MD5_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
@@ -89,11 +90,16 @@
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
-#define HAVE_RIPEMD_H 1
+#define HAVE_RMD160 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SHA_H 1
+#define HAVE_SHA1 1
+#define HAVE_SHA256 1
#define HAVE_SHA256_H 1
+#define HAVE_SHA384 1
+#define HAVE_SHA512 1
+#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
OpenPOWER on IntegriCloud