mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
crypto: engine - Remove crypto_engine_ctx
Remove the obsolete crypto_engine_ctx structure. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -26,10 +26,6 @@ struct crypto_engine_op {
|
||||
void *areq);
|
||||
};
|
||||
|
||||
struct crypto_engine_ctx {
|
||||
struct crypto_engine_op op;
|
||||
};
|
||||
|
||||
struct aead_engine_alg {
|
||||
struct aead_alg base;
|
||||
struct crypto_engine_op op;
|
||||
|
||||
Reference in New Issue
Block a user