]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/crypto.h
crypto: api - Move type exit function into crypto_tfm
[linux-2.6-omap-h63xx.git] / include / linux / crypto.h
index 3d2317e4af2e4b4475c2fc18ff1db3b475ae1d52..ea52cd944fd9c6cd412ee5fa5980a140b8ba91f2 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;