summaryrefslogtreecommitdiff
path: root/rsa.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 /rsa.h
parentb2780333ca18e3205b8e1bfb18f0cd01812c655a (diff)
downloadnettle-51fb8e8f87d85448baa2eb7bbd6a46188fedc0f9.tar.gz
Include bignum.h instead of gmp.h.
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa.h b/rsa.h
index c0398627..44d4af94 100644
--- a/rsa.h
+++ b/rsa.h
@@ -34,8 +34,8 @@
#ifndef NETTLE_RSA_H_INCLUDED
#define NETTLE_RSA_H_INCLUDED
-#include <gmp.h>
#include "nettle-types.h"
+#include "bignum.h"
#include "md5.h"
#include "sha1.h"