diff options
author | Tino Reichardt <[email protected]> | 2023-02-27 16:11:51 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-03-02 13:50:21 -0800 |
commit | 3e254aaad0faa91137fc56cbc0b6f9dabb96bb1a (patch) | |
tree | 46bf387899491f9c37336255a1df4806fa5acca5 /module/Makefile.bsd | |
parent | 163f3d3a1fc144f1b9b358cec616d4cba4e87d67 (diff) |
Remove old or redundant SHA2 files
We had three sha2.h headers in different places.
The FreeBSD version, the Linux version and the generic solaris version.
The only assembly used for acceleration was some old x86-64 openssl
implementation for sha256 within the icp module.
For FreeBSD the whole SHA2 files of FreeBSD were copied into OpenZFS,
these files got removed also.
Tested-by: Rich Ercolani <[email protected]>
Tested-by: Sebastian Gottschall <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Closes #13741
Diffstat (limited to 'module/Makefile.bsd')
-rw-r--r-- | module/Makefile.bsd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/Makefile.bsd b/module/Makefile.bsd index 999dc90ff..1663dcec6 100644 --- a/module/Makefile.bsd +++ b/module/Makefile.bsd @@ -141,8 +141,6 @@ SRCS+= nvpair.c \ SRCS+= acl_common.c \ callb.c \ list.c \ - sha256c.c \ - sha512c.c \ spl_acl.c \ spl_cmn_err.c \ spl_dtrace.c \ @@ -268,7 +266,7 @@ SRCS+= abd.c \ refcount.c \ rrwlock.c \ sa.c \ - sha256.c \ + sha2_zfs.c \ skein_zfs.c \ spa.c \ spa_checkpoint.c \ |