diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-06-25 19:05:50 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2014-06-25 19:05:50 +0200 |
commit | 51fb8e8f87d85448baa2eb7bbd6a46188fedc0f9 (patch) | |
tree | 8bbfc5839525da70d62433a9a9351c97375501fa /ecc.h | |
parent | b2780333ca18e3205b8e1bfb18f0cd01812c655a (diff) | |
download | nettle-51fb8e8f87d85448baa2eb7bbd6a46188fedc0f9.tar.gz |
Include bignum.h instead of gmp.h.
Diffstat (limited to 'ecc.h')
-rw-r--r-- | ecc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" { |