mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
crypto: ctr - Remove unnecessary header inclusions
Now that the broken drivers have been fixed, remove the unnecessary inclusions from crypto/ctr.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
60323cb47c
commit
fcfbdddc6f
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@
|
|||
#ifndef _CRYPTO_CTR_H
|
||||
#define _CRYPTO_CTR_H
|
||||
|
||||
#include <crypto/algapi.h>
|
||||
#include <crypto/internal/skcipher.h>
|
||||
|
||||
#define CTR_RFC3686_NONCE_SIZE 4
|
||||
#define CTR_RFC3686_IV_SIZE 8
|
||||
#define CTR_RFC3686_BLOCK_SIZE 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue