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 /lib | |
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 'lib')
-rw-r--r-- | lib/libicp/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libicp/Makefile.am b/lib/libicp/Makefile.am index 0b87a988c..e4a9ee862 100644 --- a/lib/libicp/Makefile.am +++ b/lib/libicp/Makefile.am @@ -17,7 +17,6 @@ ASM_SOURCES_AS = \ asm-x86_64/modes/gcm_pclmulqdq.S \ asm-x86_64/modes/aesni-gcm-x86_64.S \ asm-x86_64/modes/ghash-x86_64.S \ - asm-x86_64/sha1/sha1-x86_64.S \ asm-x86_64/sha2/sha256_impl.S \ asm-x86_64/sha2/sha512_impl.S else @@ -46,7 +45,6 @@ KERNEL_C = \ algs/modes/ctr.c \ algs/modes/ccm.c \ algs/modes/ecb.c \ - algs/sha1/sha1.c \ algs/sha2/sha2.c \ algs/skein/skein.c \ algs/skein/skein_block.c \ @@ -54,7 +52,6 @@ KERNEL_C = \ illumos-crypto.c \ io/aes.c \ io/edonr_mod.c \ - io/sha1_mod.c \ io/sha2_mod.c \ io/skein_mod.c \ os/modhash.c \ |