diff options
author | Rob Norris <[email protected]> | 2024-05-19 15:00:00 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-05-31 15:13:39 -0700 |
commit | ae512620d0c372d83180204f3149d9a5df814931 (patch) | |
tree | 358d800c15bbdb799befd8862717304805736cdc /module/icp/illumos-crypto.c | |
parent | f39241aeb333027a4dfb3f716e80d475042a348d (diff) |
icp: remove skein module
Nothing calls it through the KCF interface, so this is all unused.
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #16209
Diffstat (limited to 'module/icp/illumos-crypto.c')
-rw-r--r-- | module/icp/illumos-crypto.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/icp/illumos-crypto.c b/module/icp/illumos-crypto.c index 13f05c06e..f5ed3e13f 100644 --- a/module/icp/illumos-crypto.c +++ b/module/icp/illumos-crypto.c @@ -107,7 +107,6 @@ void icp_fini(void) { - skein_mod_fini(); sha2_mod_fini(); aes_mod_fini(); kcf_sched_destroy(); @@ -134,7 +133,6 @@ icp_init(void) /* initialize algorithms */ aes_mod_init(); sha2_mod_init(); - skein_mod_init(); return (0); } |