crypto: api - Move type exit function into crypto_tfm
[safe/jmp/linux-2.6] / include / linux / crypto.h
index 3d2317e..ea52cd9 100644 (file)
@@ -480,6 +480,8 @@ struct crypto_tfm {
                struct compress_tfm compress;
                struct rng_tfm rng;
        } crt_u;
+
+       void (*exit)(struct crypto_tfm *tfm);
        
        struct crypto_alg *__crt_alg;