summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.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/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.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/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c')
-rw-r--r--crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c b/crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c
index 0e9c8a0bf9d..d1b78781c88 100644
--- a/crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c
+++ b/crypto/userspace/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c
@@ -10,6 +10,7 @@
*/
#include "tomcrypt.h"
#include <stdarg.h>
+#include <linux/slab.h>
/**