diff options
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r-- | include/crypto/algapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index f3946baf0c07..444f602724db 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -83,6 +83,8 @@ struct blkcipher_walk { | |||
83 | 83 | ||
84 | extern const struct crypto_type crypto_blkcipher_type; | 84 | extern const struct crypto_type crypto_blkcipher_type; |
85 | 85 | ||
86 | void crypto_mod_put(struct crypto_alg *alg); | ||
87 | |||
86 | int crypto_register_template(struct crypto_template *tmpl); | 88 | int crypto_register_template(struct crypto_template *tmpl); |
87 | void crypto_unregister_template(struct crypto_template *tmpl); | 89 | void crypto_unregister_template(struct crypto_template *tmpl); |
88 | struct crypto_template *crypto_lookup_template(const char *name); | 90 | struct crypto_template *crypto_lookup_template(const char *name); |