We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d8b5f commit d100eb0Copy full SHA for d100eb0
src/crypto.c
@@ -19,7 +19,10 @@
19
#if defined(HAVE_DNSSEC) || defined(HAVE_CRYPTOHASH)
20
21
/* Minimal version of nettle */
22
-#include <nettle/version.h>
+
23
+/* bignum.h includes version.h and works on
24
+ earlier releases of nettle which don't have version.h */
25
+#include <nettle/bignum.h>
26
#if !defined(NETTLE_VERSION_MAJOR)
27
# define NETTLE_VERSION_MAJOR 2
28
# define NETTLE_VERSION_MINOR 0
0 commit comments