aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/crypto
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-27 02:53:32 +0100
committerBrian Behlendorf <[email protected]>2022-02-15 16:25:56 -0800
commitde0ec5e7dfe9adc893440cf114cb719c043fe5f5 (patch)
tree977ab50376ba3d733f3814e7eee587867204df18 /include/sys/crypto
parentcf497e18df6adff6f95bc89018d0582b5e5b7f67 (diff)
module: icp: remove vestigia of crypto sessions
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12901
Diffstat (limited to 'include/sys/crypto')
-rw-r--r--include/sys/crypto/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/crypto/common.h b/include/sys/crypto/common.h
index 238bfb593..45a95d7ee 100644
--- a/include/sys/crypto/common.h
+++ b/include/sys/crypto/common.h
@@ -154,8 +154,6 @@ typedef uint32_t crypto_provider_id_t;
/* session data structure opaque to the consumer */
typedef void *crypto_session_t;
-typedef uint_t crypto_session_id_t;
-
#define PROVIDER_OWNS_KEY_SCHEDULE 0x00000001
/*