crypto: api - Move type exit function into crypto_tfm
[safe/jmp/linux-2.6] / include / crypto / algapi.h
index 60d06e7..5fb6d86 100644 (file)
@@ -23,7 +23,6 @@ struct seq_file;
 struct crypto_type {
        unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
        int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
-       void (*exit)(struct crypto_tfm *tfm);
        void (*show)(struct seq_file *m, struct crypto_alg *alg);
 };