diff --git a/src/crypto.c b/src/crypto.c index a2229e5..4009569 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -19,7 +19,10 @@ #if defined(HAVE_DNSSEC) || defined(HAVE_CRYPTOHASH) /* Minimal version of nettle */ -#include + +/* bignum.h includes version.h and works on + earlier releases of nettle which don't have version.h */ +#include #if !defined(NETTLE_VERSION_MAJOR) # define NETTLE_VERSION_MAJOR 2 # define NETTLE_VERSION_MINOR 0