summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/rsa
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-08-19 16:04:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-08-19 16:04:36 +0200
commita7befd9b8fba6f6d777f7d8436154dc62f1fa652 (patch)
tree0af1bac520b2d444682b12f48d7d430ebc454811 /libtomcrypt/pk/rsa
parent5585282bbf8d8deb7fb2f87bf9110cfda87fb832 (diff)
downloadcryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.tar.gz
cryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.tar.xz
cryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.zip
Do not include linux headers to libtom files. This will allow easier replacement of them.
Diffstat (limited to 'libtomcrypt/pk/rsa')
-rw-r--r--libtomcrypt/pk/rsa/rsa_decrypt_key.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_export.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_import.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_sign_hash.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_verify_hash.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/libtomcrypt/pk/rsa/rsa_decrypt_key.c b/libtomcrypt/pk/rsa/rsa_decrypt_key.c
index ba16e32..813a765 100644
--- a/libtomcrypt/pk/rsa/rsa_decrypt_key.c
+++ b/libtomcrypt/pk/rsa/rsa_decrypt_key.c
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#include "ncr-int.h"
-#include <linux/slab.h>
+
/**
@file rsa_decrypt_key.c
diff --git a/libtomcrypt/pk/rsa/rsa_export.c b/libtomcrypt/pk/rsa/rsa_export.c
index c5e8ff0..21f859c 100644
--- a/libtomcrypt/pk/rsa/rsa_export.c
+++ b/libtomcrypt/pk/rsa/rsa_export.c
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#include <ncr-int.h>
-#include <linux/slab.h>
+
/**
@file rsa_export.c
Export RSA LTC_PKCS keys, Tom St Denis
diff --git a/libtomcrypt/pk/rsa/rsa_import.c b/libtomcrypt/pk/rsa/rsa_import.c
index 8bd8c47..9f3c5bf 100644
--- a/libtomcrypt/pk/rsa/rsa_import.c
+++ b/libtomcrypt/pk/rsa/rsa_import.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <linux/slab.h>
+
/**
@file rsa_import.c
diff --git a/libtomcrypt/pk/rsa/rsa_sign_hash.c b/libtomcrypt/pk/rsa/rsa_sign_hash.c
index b3c2f5b..faf13d2 100644
--- a/libtomcrypt/pk/rsa/rsa_sign_hash.c
+++ b/libtomcrypt/pk/rsa/rsa_sign_hash.c
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#include "ncr-int.h"
-#include <linux/slab.h>
+
/**
@file rsa_sign_hash.c
diff --git a/libtomcrypt/pk/rsa/rsa_verify_hash.c b/libtomcrypt/pk/rsa/rsa_verify_hash.c
index b9ef89f..803b7cd 100644
--- a/libtomcrypt/pk/rsa/rsa_verify_hash.c
+++ b/libtomcrypt/pk/rsa/rsa_verify_hash.c
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#include "ncr-int.h"
-#include <linux/slab.h>
+
/**
@file rsa_verify_hash.c