From 855fb44f3ea3430482d434266dc247e7e3fd045e Mon Sep 17 00:00:00 2001 From: Sam Davis Date: Tue, 6 Jul 2021 14:03:40 +0100 Subject: [PATCH] Removed confusing comment Removed a comment that was left after a change to the code which made the comment irrelivant and confusing Signed-off-by: Sam Davis --- cryptoki/src/functions/slot_token_management.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptoki/src/functions/slot_token_management.rs b/cryptoki/src/functions/slot_token_management.rs index ddf7edc7..b6e7f9eb 100644 --- a/cryptoki/src/functions/slot_token_management.rs +++ b/cryptoki/src/functions/slot_token_management.rs @@ -84,7 +84,6 @@ impl Pkcs11 { pub fn init_token(&self, slot: Slot, pin: &str) -> Result<()> { let pin = Secret::new(CString::new(pin)?.into_bytes()); // FIXME: make a good conversion to the label format - // 32 is the ASCII code for ' ' let label = [b' '; 32]; unsafe { Rv::from(get_pkcs11!(self, C_InitToken)(