summaryrefslogtreecommitdiff
path: root/ecc.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-06-25 19:05:50 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-06-25 19:05:50 +0200
commit51fb8e8f87d85448baa2eb7bbd6a46188fedc0f9 (patch)
tree8bbfc5839525da70d62433a9a9351c97375501fa /ecc.h
parentb2780333ca18e3205b8e1bfb18f0cd01812c655a (diff)
downloadnettle-51fb8e8f87d85448baa2eb7bbd6a46188fedc0f9.tar.gz
Include bignum.h instead of gmp.h.
Diffstat (limited to 'ecc.h')
-rw-r--r--ecc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ecc.h b/ecc.h
index 0097c5f1..7293186b 100644
--- a/ecc.h
+++ b/ecc.h
@@ -34,9 +34,8 @@
#ifndef NETTLE_ECC_H_INCLUDED
#define NETTLE_ECC_H_INCLUDED
-#include <gmp.h>
-
#include "nettle-types.h"
+#include "bignum.h"
#ifdef __cplusplus
extern "C" {