diff options
Diffstat (limited to 'include/crypto/sha.h')
-rw-r--r-- | include/crypto/sha.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/sha.h b/include/crypto/sha.h index e28c4b5e805d..dd7905a3c22e 100644 --- a/include/crypto/sha.h +++ b/include/crypto/sha.h | |||
@@ -98,4 +98,7 @@ extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, | |||
98 | 98 | ||
99 | extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data, | 99 | extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data, |
100 | unsigned int len); | 100 | unsigned int len); |
101 | |||
102 | extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, | ||
103 | unsigned int len, u8 *hash); | ||
101 | #endif | 104 | #endif |