From 5c8389a8cbe8305b95d0594713cbf3c77d9dfb44 Mon Sep 17 00:00:00 2001 From: наб Date: Wed, 22 Dec 2021 15:27:43 +0100 Subject: module: icp: rip out the Solaris loadable module architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After progressively folding away null cases, it turns out there's /literally/ nothing there, even if some things are part of the Solaris SPARC DDI/DKI or the seventeen module types (some doubled for 32-bit userland), or the entire modctl syscall definition. Nothing. Initialisation is handled in illumos-crypto.c, which calls all the initialisers directly Reviewed-by: Brian Behlendorf Reviewed-by: Attila Fülöp Signed-off-by: Ahelenia Ziemiańska Closes #12895 Closes #12902 --- include/sys/crypto/icp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/sys/crypto/icp.h b/include/sys/crypto/icp.h index 4609e3a1d..a2f68c782 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 edonr_mod_init(void); -int edonr_mod_fini(void); - int sha1_mod_init(void); int sha1_mod_fini(void); -- cgit v1.2.3