diff options
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r-- | include/crypto/algapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 60d06e784be3..5fb6d8618d4d 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -23,7 +23,6 @@ struct seq_file; | |||
23 | struct crypto_type { | 23 | struct crypto_type { |
24 | unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); | 24 | unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); |
25 | int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask); | 25 | int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask); |
26 | void (*exit)(struct crypto_tfm *tfm); | ||
27 | void (*show)(struct seq_file *m, struct crypto_alg *alg); | 26 | void (*show)(struct seq_file *m, struct crypto_alg *alg); |
28 | }; | 27 | }; |
29 | 28 | ||