summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtommath/bn_mp_clear.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-05 19:12:53 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-05 19:12:53 +0200
commite7f1c4b12cbb143e9b6d1cdd0f1ec9a7725b4cac (patch)
treef85423e39a43c2fd768e8d3a63d527abe5548ad9 /crypto/userspace/libtommath/bn_mp_clear.c
parentb7d119a04244fd17aa69e4f4f4e8a33cc60d1090 (diff)
parent7494e29338fedcfeb5ed1e31eefe5742b786a2be (diff)
downloadkernel-crypto-e7f1c4b12cbb143e9b6d1cdd0f1ec9a7725b4cac.tar.gz
kernel-crypto-e7f1c4b12cbb143e9b6d1cdd0f1ec9a7725b4cac.tar.xz
kernel-crypto-e7f1c4b12cbb143e9b6d1cdd0f1ec9a7725b4cac.zip
Merge branch 'standalone-rename' into userspace-crypto
Conflicts: crypto/userspace/ncr-dh.c crypto/userspace/ncr-key-storage.c crypto/userspace/ncr-key-wrap.c crypto/userspace/ncr-key.c crypto/userspace/ncr-limits.c crypto/userspace/ncr-pk.c
Diffstat (limited to 'crypto/userspace/libtommath/bn_mp_clear.c')
-rw-r--r--crypto/userspace/libtommath/bn_mp_clear.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/userspace/libtommath/bn_mp_clear.c b/crypto/userspace/libtommath/bn_mp_clear.c
index a65f0a36c49..05ee8e7e200 100644
--- a/crypto/userspace/libtommath/bn_mp_clear.c
+++ b/crypto/userspace/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
*