summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-24 13:11:04 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-24 14:01:39 +0200
commita6e75a093f03f918d2a4bd1ff645721097a1c1eb (patch)
treea72a22b57fffb622573053135522d741c211b438
parent4c08f343e4fe7b8136e2190f886a6947beab5591 (diff)
downloadgnutls-a6e75a093f03f918d2a4bd1ff645721097a1c1eb.tar.gz
dsa-fips.h: include nettle/bignum.h to allow compilation under nettle-mini
Relates #197 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/nettle/int/dsa-fips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/int/dsa-fips.h b/lib/nettle/int/dsa-fips.h
index 94d62b42bd..3d2fde4057 100644
--- a/lib/nettle/int/dsa-fips.h
+++ b/lib/nettle/int/dsa-fips.h
@@ -24,7 +24,7 @@
#ifndef DSA_FIPS_H_INCLUDED
#define DSA_FIPS_H_INCLUDED
-#include <gmp.h>
+#include <nettle/bignum.h> /* includes gmp.h */
#include <nettle/dsa.h>
#include <nettle/sha2.h>
#include <fips.h>