From d100eb05a30c2891c00afa12af7753f60518ffa4 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 14 Apr 2021 21:15:34 +0100 Subject: [PATCH] -> for backward compatibility. --- src/crypto.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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