diff options
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r-- | include/linux/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 3d2317e4af2e..ea52cd944fd9 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h | |||
@@ -480,6 +480,8 @@ struct crypto_tfm { | |||
480 | struct compress_tfm compress; | 480 | struct compress_tfm compress; |
481 | struct rng_tfm rng; | 481 | struct rng_tfm rng; |
482 | } crt_u; | 482 | } crt_u; |
483 | |||
484 | void (*exit)(struct crypto_tfm *tfm); | ||
483 | 485 | ||
484 | struct crypto_alg *__crt_alg; | 486 | struct crypto_alg *__crt_alg; |
485 | 487 | ||