summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_prime_random_ex.c
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 /libtommath/bn_mp_prime_random_ex.c
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 'libtommath/bn_mp_prime_random_ex.c')
-rw-r--r--libtommath/bn_mp_prime_random_ex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtommath/bn_mp_prime_random_ex.c b/libtommath/bn_mp_prime_random_ex.c
index 741bfd1..07aae4b 100644
--- a/libtommath/bn_mp_prime_random_ex.c
+++ b/libtommath/bn_mp_prime_random_ex.c
@@ -1,5 +1,4 @@
#include <tommath.h>
-#include <linux/slab.h>
#ifdef BN_MP_PRIME_RANDOM_EX_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*