diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/internal/hash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index e2ab35a74c62..fa5c9fb7ce5a 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -53,7 +53,8 @@ int crypto_hash_walk_first_compat(struct hash_desc *hdesc, | |||
53 | 53 | ||
54 | int crypto_register_shash(struct shash_alg *alg); | 54 | int crypto_register_shash(struct shash_alg *alg); |
55 | int crypto_unregister_shash(struct shash_alg *alg); | 55 | int crypto_unregister_shash(struct shash_alg *alg); |
56 | 56 | int shash_register_instance(struct crypto_template *tmpl, | |
57 | struct shash_instance *inst); | ||
57 | void shash_free_instance(struct crypto_instance *inst); | 58 | void shash_free_instance(struct crypto_instance *inst); |
58 | 59 | ||
59 | int crypto_init_shash_spawn(struct crypto_shash_spawn *spawn, | 60 | int crypto_init_shash_spawn(struct crypto_shash_spawn *spawn, |