summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-20 07:17:39 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-20 07:17:42 +0100
commitd1cb5414fd42af38689018d7d5eea34fcfd64c06 (patch)
treeabdb39562f670d862572086f473c8f715b18a7ff
parentd0cabda67d4adaf92f25898a9211b954b28e5d25 (diff)
downloadgnutls-d1cb5414fd42af38689018d7d5eea34fcfd64c06.tar.gz
nettle/pk: include nettle/version.h
That enables the nettle version macros to operate. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/nettle/pk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
index 36603b0fd0..5af742b540 100644
--- a/lib/nettle/pk.c
+++ b/lib/nettle/pk.c
@@ -47,6 +47,7 @@
#include <nettle/ecdsa.h>
#include <nettle/ecc-curve.h>
#include <nettle/curve25519.h>
+#include <nettle/version.h>
#include <gnettle.h>
#include <fips.h>