diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2009-04-18 06:06:47 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2009-04-18 06:06:47 +0000 |
| commit | f4f5e3f5b94437ec79e2982de88847d9a44c0248 (patch) | |
| tree | c132c8457298f0a508032b33c4131e1740617d6b /lib/libarchive/config_freebsd.h | |
| parent | 79cf3de4233ad73b4491ba146babef278416c8d5 (diff) | |
Notes
Diffstat (limited to 'lib/libarchive/config_freebsd.h')
| -rw-r--r-- | lib/libarchive/config_freebsd.h | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h index c427b4145cf8..484b8662ea23 100644 --- a/lib/libarchive/config_freebsd.h +++ b/lib/libarchive/config_freebsd.h @@ -42,6 +42,14 @@ #define HAVE_SYS_EXTATTR_H 1 #endif +#ifdef WITH_OPENSSL +#define HAVE_OPENSSL_MD5_H 1 +#define HAVE_OPENSSL_RIPEMD_H 1 +#define HAVE_OPENSSL_SHA_H 1 +#define HAVE_SHA384 1 +#define HAVE_SHA512 1 +#endif + #define HAVE_BZLIB_H 1 #define HAVE_CHFLAGS 1 #define HAVE_CHOWN 1 @@ -75,38 +83,26 @@ #define HAVE_LIMITS_H 1 #define HAVE_LUTIMES 1 #define HAVE_MALLOC 1 -#if 0 #define HAVE_MD5 1 #define HAVE_MD5_H 1 -#endif #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MKFIFO 1 #define HAVE_MKNOD 1 -#if 0 -#define HAVE_OPENSSL_MD5_H 1 -#define HAVE_OPENSSL_RIPEMD_H 1 -#define HAVE_OPENSSL_SHA_H 1 -#endif #define HAVE_PIPE 1 #define HAVE_POLL 1 #define HAVE_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_READLINK 1 -#if 0 +#define HAVE_RIPEMD_H #define HAVE_RMD160 1 -#endif #define HAVE_SELECT 1 #define HAVE_SETENV 1 -#if 0 #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 -#endif #define HAVE_SIGNAL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 |
