From ce08c48484fd9f6bc2023c2f3647ee3a82a159c1 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Sun, 14 Sep 2014 22:27:45 +0900 Subject: Fix build failure on FreeBSD 9.2. --- build/cmake/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/cmake') diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index b66bb543..baca049d 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -727,6 +727,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NETTLE_MD5_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_NETTLE_PBKDF2_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NETTLE_RIPEMD160_H 1 @@ -748,6 +751,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `pipe' function. */ #cmakedefine HAVE_PIPE 1 +/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */ +#cmakedefine HAVE_PKCS5_PBKDF2_HMAC_SHA1 1 + /* Define to 1 if you have the `poll' function. */ #cmakedefine HAVE_POLL 1 -- cgit v1.2.1