diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:46:50 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:46:50 +0200 |
| commit | 0970369455d02b2fe40567ac4cc93d1250b47bab (patch) | |
| tree | a0a2e46da9724c70f4dcecd0ceee654ef7d12dd7 /libtommath | |
| parent | 6f6f390079dac792aff568b278b8329c671e08e4 (diff) | |
| parent | ec81bc91006efb7516ad16fd551a290cf634822b (diff) | |
| download | cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.tar.gz cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.tar.xz cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.zip | |
Merge branch 'bugfixes'
Diffstat (limited to 'libtommath')
| -rw-r--r-- | libtommath/bn_mp_clear.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_grow.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_init.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_init_size.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_prime_random_ex.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_shrink.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/libtommath/bn_mp_clear.c b/libtommath/bn_mp_clear.c index a65f0a3..05ee8e7 100644 --- a/libtommath/bn_mp_clear.c +++ b/libtommath/bn_mp_clear.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_CLEAR_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_grow.c b/libtommath/bn_mp_grow.c index cf2b949..3646c6c 100644 --- a/libtommath/bn_mp_grow.c +++ b/libtommath/bn_mp_grow.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_GROW_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_init.c b/libtommath/bn_mp_init.c index 8be27f5..990500b 100644 --- a/libtommath/bn_mp_init.c +++ b/libtommath/bn_mp_init.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_INIT_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_init_size.c b/libtommath/bn_mp_init_size.c index 8e01418..ba46d3a 100644 --- a/libtommath/bn_mp_init_size.c +++ b/libtommath/bn_mp_init_size.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_INIT_SIZE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_prime_random_ex.c b/libtommath/bn_mp_prime_random_ex.c index 07aae4b..741bfd1 100644 --- a/libtommath/bn_mp_prime_random_ex.c +++ b/libtommath/bn_mp_prime_random_ex.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_PRIME_RANDOM_EX_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_shrink.c b/libtommath/bn_mp_shrink.c index 4b8c5ef..3e38556 100644 --- a/libtommath/bn_mp_shrink.c +++ b/libtommath/bn_mp_shrink.c @@ -1,4 +1,5 @@ #include <tommath.h> +#include <linux/slab.h> #ifdef BN_MP_SHRINK_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * |
