summaryrefslogtreecommitdiff
path: root/src/slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/slot.c')
-rw-r--r--src/slot.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/slot.c b/src/slot.c
index 6919846..2c1353a 100644
--- a/src/slot.c
+++ b/src/slot.c
@@ -17,6 +17,10 @@ CK_TOKEN_INFO_PTR p11t_slot_token_info = NULL;
CK_ULONG *p11t_slot_mech_count;
CK_MECHANISM_INFO_PTR *p11t_slot_mech_info;
+/* ----------------------------------------------------------------------------------
+ * TESTS
+ */
+
void
slot_global(void)
{
@@ -394,6 +398,10 @@ p11t_slot_tests(void)
slot_mechanisms();
}
+/* ----------------------------------------------------------------------------------
+ * METHODS
+ */
+
CK_TOKEN_INFO_PTR
p11t_slot_get_token_info(CK_SLOT_ID slot)
{