diff options
| author | Jan Chadima <jchadima@redhat.com> | 2010-08-05 18:45:01 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:45:01 +0200 |
| commit | ec81bc91006efb7516ad16fd551a290cf634822b (patch) | |
| tree | 051f81e24e2509e37fae64fd31ddfed0b6a59e5c /libtomcrypt/pk/dsa | |
| parent | 85b4cdcb94355e284c1fff81311b5a039861a01d (diff) | |
| download | cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.tar.gz cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.tar.xz cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.zip | |
Fix build with recent kernels
Diffstat (limited to 'libtomcrypt/pk/dsa')
| -rw-r--r-- | libtomcrypt/pk/dsa/dsa_export.c | 1 | ||||
| -rw-r--r-- | libtomcrypt/pk/dsa/dsa_import.c | 1 | ||||
| -rw-r--r-- | libtomcrypt/pk/dsa/dsa_make_key.c | 1 | ||||
| -rw-r--r-- | libtomcrypt/pk/dsa/dsa_sign_hash.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/libtomcrypt/pk/dsa/dsa_export.c b/libtomcrypt/pk/dsa/dsa_export.c index 1fef6c7..f2cd714 100644 --- a/libtomcrypt/pk/dsa/dsa_export.c +++ b/libtomcrypt/pk/dsa/dsa_export.c @@ -9,6 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" +#include <linux/slab.h> /** @file dsa_export.c diff --git a/libtomcrypt/pk/dsa/dsa_import.c b/libtomcrypt/pk/dsa/dsa_import.c index c0680f5..99001f2 100644 --- a/libtomcrypt/pk/dsa/dsa_import.c +++ b/libtomcrypt/pk/dsa/dsa_import.c @@ -9,6 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" +#include <linux/slab.h> /** @file dsa_import.c diff --git a/libtomcrypt/pk/dsa/dsa_make_key.c b/libtomcrypt/pk/dsa/dsa_make_key.c index 7a6b516..1831853 100644 --- a/libtomcrypt/pk/dsa/dsa_make_key.c +++ b/libtomcrypt/pk/dsa/dsa_make_key.c @@ -9,6 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" +#include <linux/slab.h> /** @file dsa_make_key.c diff --git a/libtomcrypt/pk/dsa/dsa_sign_hash.c b/libtomcrypt/pk/dsa/dsa_sign_hash.c index 0b542a4..b48d5a5 100644 --- a/libtomcrypt/pk/dsa/dsa_sign_hash.c +++ b/libtomcrypt/pk/dsa/dsa_sign_hash.c @@ -9,6 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" +#include <linux/slab.h> /** @file dsa_sign_hash.c |
