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 /lib | |
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 '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 3d36f94ff..831d2fedf 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,14 +45,12 @@ 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 \ algs/skein/skein_iv.c \ illumos-crypto.c \ io/aes.c \ - io/sha1_mod.c \ io/sha2_mod.c \ io/skein_mod.c \ os/modhash.c \ |