diff options
author | Tino Reichardt <[email protected]> | 2022-01-03 17:43:11 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-07-26 10:12:44 -0700 |
commit | 4b0977027bae95ab916002e372f339f9ad3902a3 (patch) | |
tree | 7d6fc6326e16b16f4184ef4a873723071324ec86 /include | |
parent | 15868d3ecbb102f04fcc0aa49fc4ac794fa6c63d (diff) |
Remove sha1 hashing from OpenZFS, it's not used anywhere.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Attila Fülöp <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12895
Closes #12902
Signed-off-by: Rich Ercolani <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/crypto/icp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sys/crypto/icp.h b/include/sys/crypto/icp.h index 4609e3a1d..f8fd285a1 100644 --- a/include/sys/crypto/icp.h +++ b/include/sys/crypto/icp.h @@ -32,9 +32,6 @@ int aes_mod_fini(void); int edonr_mod_init(void); int edonr_mod_fini(void); -int sha1_mod_init(void); -int sha1_mod_fini(void); - int sha2_mod_init(void); int sha2_mod_fini(void); |