diff options
author | Tino Reichardt <[email protected]> | 2022-01-03 17:43:11 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-01-06 16:16:28 -0800 |
commit | a798b485aeff2bb0419ca95e5ed1cdd6bf7b6c00 (patch) | |
tree | 304f4216f7836c235fdcfa5fcdb460f8ac061e27 /include/sys | |
parent | 3e310f099d1c795ef2e6e7e0c2bbbf8f122156cb (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
Diffstat (limited to 'include/sys')
-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 a2f68c782..ae7f7eae5 100644 --- a/include/sys/crypto/icp.h +++ b/include/sys/crypto/icp.h @@ -29,9 +29,6 @@ int aes_mod_init(void); int aes_mod_fini(void); -int sha1_mod_init(void); -int sha1_mod_fini(void); - int sha2_mod_init(void); int sha2_mod_fini(void); |