summaryrefslogtreecommitdiff
path: root/include/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/engine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/crypto/engine.h b/include/crypto/engine.h
index cf57e732566b..2835069c5997 100644
--- a/include/crypto/engine.h
+++ b/include/crypto/engine.h
@@ -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;