diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-08-19 16:04:36 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-08-19 16:04:36 +0200 |
| commit | a7befd9b8fba6f6d777f7d8436154dc62f1fa652 (patch) | |
| tree | 0af1bac520b2d444682b12f48d7d430ebc454811 /libtomcrypt/pk/asn1/der | |
| parent | 5585282bbf8d8deb7fb2f87bf9110cfda87fb832 (diff) | |
| download | cryptodev-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 'libtomcrypt/pk/asn1/der')
7 files changed, 7 insertions, 7 deletions
diff --git a/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c b/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c index 3f01a57..e84f72e 100644 --- a/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c +++ b/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file der_decode_sequence_flexi.c diff --git a/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c b/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c index d1b7878..c064d9e 100644 --- a/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c +++ b/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c @@ -10,7 +10,7 @@ */ #include "tomcrypt.h" #include <stdarg.h> -#include <linux/slab.h> + /** diff --git a/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c b/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c index 7e81317..8d53c62 100644 --- a/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c +++ b/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c @@ -10,7 +10,7 @@ */ #include "tomcrypt.h" #include <stdarg.h> -#include <linux/slab.h> + /** diff --git a/libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c b/libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c index eed73e7..90a1297 100644 --- a/libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c +++ b/libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file der_sequence_free.c diff --git a/libtomcrypt/pk/asn1/der/set/der_encode_set.c b/libtomcrypt/pk/asn1/der/set/der_encode_set.c index babb9ea..8a13479 100644 --- a/libtomcrypt/pk/asn1/der/set/der_encode_set.c +++ b/libtomcrypt/pk/asn1/der/set/der_encode_set.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file der_encode_set.c diff --git a/libtomcrypt/pk/asn1/der/set/der_encode_setof.c b/libtomcrypt/pk/asn1/der/set/der_encode_setof.c index 2a343f2..aa1af72 100644 --- a/libtomcrypt/pk/asn1/der/set/der_encode_setof.c +++ b/libtomcrypt/pk/asn1/der/set/der_encode_setof.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file der_encode_setof.c diff --git a/libtomcrypt/pk/asn1/der/x509/der_decode_subject_public_key_info.c b/libtomcrypt/pk/asn1/der/x509/der_decode_subject_public_key_info.c index 8a5005f..3ebb8ea 100644 --- a/libtomcrypt/pk/asn1/der/x509/der_decode_subject_public_key_info.c +++ b/libtomcrypt/pk/asn1/der/x509/der_decode_subject_public_key_info.c @@ -22,7 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file der_encode_sequence_multi.c ASN.1 DER, encode a Subject Public Key structure --nmav |
